lukeslp commited on
Commit
5254e63
·
verified ·
1 Parent(s): 646af91

update LICENSE.md with proper source attributions

Browse files
Files changed (1) hide show
  1. LICENSE.md +30 -19
LICENSE.md CHANGED
@@ -1,33 +1,44 @@
1
  # License Information
2
 
3
- This dataset combines data from multiple sources with different licenses:
4
 
5
- ## Creative Commons Attribution 4.0 (CC-BY-4.0)
6
- - **Glottolog 4.8** (Max Planck Institute for Evolutionary Anthropology)
7
- - Provides: ISO 639-3 codes, glottocodes, language family classification, coordinates, macroareas
8
- - Full license: https://creativecommons.org/licenses/by/4.0/
9
 
10
- ## Summary/Derived Data
11
- - **Ethnologue** (SIL International)
12
- - Coordinate and speaker data derived from publicly available summaries
13
- - Original database requires subscription
14
 
15
- ## Public API Data
16
- - **Joshua Project**
17
- - Speaker population aggregates, Bible translation status, religion data
18
- - Available via public API: joshuaproject.net
 
 
 
 
 
 
 
 
 
 
 
 
 
19
 
20
  ## Combined Dataset
21
 
22
  This compiled dataset is released under **CC-BY-4.0** with requirements to:
23
 
24
- 1. Credit Glottolog 4.8 for language classification data
25
- 2. Note that Ethnologue coordinates are derived from summary data
26
- 3. Credit Joshua Project for population and Bible translation data
27
 
28
  ## Citation
29
 
30
- ```
31
- Steuber, L. (2026). World Languages: 7K Languages Integrated [Dataset].
32
- Kaggle. https://www.kaggle.com/datasets/lucassteuber/world-languages
 
 
 
 
33
  ```
 
1
  # License Information
2
 
3
+ This dataset combines data from multiple sources with different licenses.
4
 
5
+ ## Integration Work (MIT)
 
 
 
6
 
7
+ The integration, curation, and merging of sources into `world_languages_integrated.json`
8
+ is original work by Luke Steuber, released under the MIT License.
 
 
9
 
10
+ Copyright (c) 2026 Luke Steuber
11
+
12
+ ## Glottolog (CC-BY-4.0)
13
+
14
+ Geographic coordinates, language family classification, glottocodes, and macroareas
15
+ are from Glottolog (Max Planck Institute for Evolutionary Anthropology).
16
+
17
+ Hammarstrom, Harald & Forkel, Robert & Haspelmath, Martin & Bank, Sebastian. 2024.
18
+ Glottolog 5.0. https://glottolog.org
19
+
20
+ Licensed under Creative Commons Attribution 4.0 International.
21
+ https://creativecommons.org/licenses/by/4.0/
22
+
23
+ ## Joshua Project (Public API)
24
+
25
+ Speaker population aggregates, Bible translation status, and religion data
26
+ from the Joshua Project public API (https://joshuaproject.net).
27
 
28
  ## Combined Dataset
29
 
30
  This compiled dataset is released under **CC-BY-4.0** with requirements to:
31
 
32
+ 1. Credit Glottolog for language classification and geographic data
33
+ 2. Credit Joshua Project for population and demographic data
 
34
 
35
  ## Citation
36
 
37
+ ```bibtex
38
+ @dataset{world_languages_2026,
39
+ title = {World Languages: 7,130 Languages with Coordinates and Features},
40
+ author = {Steuber, Luke},
41
+ year = {2026},
42
+ url = {https://huggingface.co/datasets/lukeslp/world-languages}
43
+ }
44
  ```