lukeslp commited on
Commit
863bef6
·
verified ·
1 Parent(s): 26df3c3

Upload glottolog_languoid_metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. glottolog_languoid_metadata.json +25 -0
glottolog_languoid_metadata.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "Glottolog Languoid Catalog",
3
+ "last_updated": "2026-01-15",
4
+ "source": "Glottolog database (glottolog.org) - comprehensive reference for the world's languages",
5
+ "record_count": 23740,
6
+ "fields": {
7
+ "id": "Unique Glottolog identifier code (glottocode, e.g., 'aala1237')",
8
+ "family_id": "Glottocode of the language family this languoid belongs to",
9
+ "parent_id": "Glottocode of the immediate parent node in the classification tree",
10
+ "name": "Name of the languoid (language, dialect, or family)",
11
+ "bookkeeping": "Boolean flag for bookkeeping entries (non-linguistic administrative records)",
12
+ "level": "Classification level: 'family', 'language', or 'dialect'",
13
+ "status": "Endangerment status (e.g., 'safe', 'shifting', 'moribund', 'extinct')",
14
+ "latitude": "Geographic latitude of the language area centroid",
15
+ "longitude": "Geographic longitude of the language area centroid",
16
+ "iso639P3code": "ISO 639-3 language code if available",
17
+ "description": "Additional description text",
18
+ "markup_description": "Description with markup formatting",
19
+ "child_family_count": "Number of child family nodes in the classification tree",
20
+ "child_language_count": "Number of child language nodes",
21
+ "child_dialect_count": "Number of child dialect nodes",
22
+ "country_ids": "Comma-separated ISO 3166-1 alpha-2 country codes where the language is spoken"
23
+ },
24
+ "notes": "Glottolog is a comprehensive catalog of the world's languages, language families, and dialects. Each row is a 'languoid' which can be a family, language, or dialect. The hierarchical tree structure is encoded via parent_id references. Includes both living and extinct languages."
25
+ }