Datasets:
update LICENSE.md with proper source attributions
Browse files- 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 |
-
##
|
| 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 |
-
|
| 11 |
-
|
| 12 |
-
- Coordinate and speaker data derived from publicly available summaries
|
| 13 |
-
- Original database requires subscription
|
| 14 |
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
## Combined Dataset
|
| 21 |
|
| 22 |
This compiled dataset is released under **CC-BY-4.0** with requirements to:
|
| 23 |
|
| 24 |
-
1. Credit Glottolog
|
| 25 |
-
2.
|
| 26 |
-
3. Credit Joshua Project for population and Bible translation data
|
| 27 |
|
| 28 |
## Citation
|
| 29 |
|
| 30 |
-
```
|
| 31 |
-
|
| 32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
```
|