lukeslp commited on
Commit
adadfb3
·
verified ·
1 Parent(s): 4375133

Upload world_languages_integrated_metadata.json with huggingface_hub

Browse files
world_languages_integrated_metadata.json ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "creation_date": "2025-12-25T07:07:25.500046",
3
+ "description": "Comprehensive integrated world language dataset combining missiology, geography, family trees, and historical linguistics",
4
+ "version": "1.0",
5
+ "source_files": {
6
+ "joshua_enriched": "/home/coolhand/html/datavis/data_trove/joshua-project/joshua_project_languages_enriched_geo.json",
7
+ "joshua_full_dump": "/home/coolhand/html/datavis/data_trove/joshua-project/joshua_project_full_dump.json",
8
+ "language_history": "/home/coolhand/html/datavis/language/data/language-history.json",
9
+ "us_indigenous_isolates": "/home/coolhand/html/datavis/language/data/integration/language_data_output/us_indigenous_isolates.json",
10
+ "us_indigenous_evolution": "/home/coolhand/html/datavis/language/data/integration/language_data_output/us_indigenous_languages_evolution.json",
11
+ "iso_639_3": "/home/coolhand/html/datavis/data_trove/data/linguistic/iso_639_3.json"
12
+ },
13
+ "statistics": {
14
+ "total_languages": 7130,
15
+ "with_language_history": 198,
16
+ "with_us_indigenous": 13,
17
+ "with_speaker_counts": 6150,
18
+ "with_all_sources": 211,
19
+ "coverage": {
20
+ "language_history": "2.8%",
21
+ "us_indigenous": "0.2%",
22
+ "speaker_counts": "86.3%",
23
+ "complete": "3.0%"
24
+ },
25
+ "speaker_count_sources": {
26
+ "joshua_project_aggregated": 6150,
27
+ "language_history": 0
28
+ }
29
+ },
30
+ "data_sources": {
31
+ "joshua_project": {
32
+ "description": "Demographics, Bible translation status, religious composition",
33
+ "url": "https://api.joshuaproject.net/",
34
+ "license": "Joshua Project License",
35
+ "fields": [
36
+ "population",
37
+ "bible_status",
38
+ "countries",
39
+ "people_groups"
40
+ ]
41
+ },
42
+ "glottolog": {
43
+ "description": "Geographic coordinates, linguistic family classification",
44
+ "url": "https://glottolog.org/",
45
+ "license": "CC-BY-4.0",
46
+ "fields": [
47
+ "latitude",
48
+ "longitude",
49
+ "family_name",
50
+ "macroarea",
51
+ "glottocode"
52
+ ]
53
+ },
54
+ "language_history": {
55
+ "description": "Hierarchical family tree, historical periods, scholarly debates",
56
+ "path": "/home/coolhand/html/datavis/language/data/language-history.json",
57
+ "license": "Custom - see source metadata",
58
+ "fields": [
59
+ "family_tree",
60
+ "period",
61
+ "controversy",
62
+ "writing_systems",
63
+ "split_info"
64
+ ]
65
+ },
66
+ "us_indigenous": {
67
+ "description": "US endangered language focus, isolates",
68
+ "path": "/home/coolhand/html/datavis/language/data/integration",
69
+ "license": "Custom",
70
+ "fields": [
71
+ "isolate_status",
72
+ "endangerment",
73
+ "revitalization"
74
+ ]
75
+ }
76
+ },
77
+ "schema": {
78
+ "iso_639_3": "ISO 639-3 three-letter language code",
79
+ "name": "Primary language name",
80
+ "joshua_project": "Object containing demographics and mission data",
81
+ "glottolog": "Object containing geographic and classification data",
82
+ "language_history": "Object containing family tree and historical data",
83
+ "us_indigenous": "Object containing US indigenous language data (if applicable)",
84
+ "speaker_count": "Object containing speaker population data with source attribution",
85
+ "data_sources": "Array of source dataset names that contributed to this record"
86
+ },
87
+ "speaker_count_methodology": {
88
+ "description": "Speaker counts aggregated from multiple sources with prioritization",
89
+ "priority_order": [
90
+ "1. Joshua Project people group populations (aggregated by language code)",
91
+ "2. Language History family tree speakers_value (parsed from string formats)"
92
+ ],
93
+ "parsing_rules": {
94
+ "million": "Multiplied by 1,000,000",
95
+ "billion": "Multiplied by 1,000,000,000",
96
+ "thousand": "Multiplied by 1,000",
97
+ "numeric": "Parsed directly, commas removed"
98
+ },
99
+ "aggregation_note": "Joshua Project counts sum all people groups speaking a language across countries",
100
+ "metadata_included": [
101
+ "people_groups_count: Number of distinct people groups",
102
+ "countries: List of countries where language is spoken",
103
+ "original_value: Original string value before parsing (language_history source)",
104
+ "note: Source-specific context"
105
+ ]
106
+ },
107
+ "preservation_notes": [
108
+ "All original data structures preserved in integrated format",
109
+ "Source files remain unchanged (read-only operations)",
110
+ "Multiple sources for same language are merged, not replaced",
111
+ "NULL values indicate data not available from that source"
112
+ ],
113
+ "usage": {
114
+ "primary_key": "iso_639_3",
115
+ "total_records": 7130,
116
+ "file_size_mb": 8.043663024902344,
117
+ "encoding": "UTF-8",
118
+ "format": "JSON (array of objects)"
119
+ }
120
+ }