Datasets:
Upload LICENSE.md with huggingface_hub
Browse files- LICENSE.md +73 -0
LICENSE.md
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# License
|
| 2 |
+
|
| 3 |
+
This repository contains data from multiple sources with different licenses.
|
| 4 |
+
|
| 5 |
+
## Our Work (MIT)
|
| 6 |
+
|
| 7 |
+
Original integration, curation, and derived datasets are released under the MIT License:
|
| 8 |
+
|
| 9 |
+
- `world_languages_integrated.json` (integration of multiple sources)
|
| 10 |
+
- `language-families/` (curated family trees, PIE reconstructions)
|
| 11 |
+
- `lemmatization/` (historical lemma mappings)
|
| 12 |
+
- All `*_metadata.json` companion files
|
| 13 |
+
|
| 14 |
+
Copyright (c) 2026 Luke Steuber
|
| 15 |
+
|
| 16 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 17 |
+
of this software and associated documentation files, to deal in the Software
|
| 18 |
+
without restriction, including without limitation the rights to use, copy,
|
| 19 |
+
modify, merge, publish, distribute, sublicense, and/or sell copies, and to
|
| 20 |
+
permit persons to whom the Software is furnished to do so, subject to the
|
| 21 |
+
following conditions: the above copyright notice and this permission notice
|
| 22 |
+
shall be included in all copies or substantial portions of the Software.
|
| 23 |
+
|
| 24 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
|
| 25 |
+
|
| 26 |
+
## Glottolog (CC-BY-4.0)
|
| 27 |
+
|
| 28 |
+
Files: `glottolog_coordinates.json`, `glottolog_languoid.csv`
|
| 29 |
+
|
| 30 |
+
Hammarstrom, Harald & Forkel, Robert & Haspelmath, Martin & Bank, Sebastian. 2024.
|
| 31 |
+
Glottolog 5.0. Leipzig: Max Planck Institute for Evolutionary Anthropology.
|
| 32 |
+
https://glottolog.org
|
| 33 |
+
|
| 34 |
+
Licensed under Creative Commons Attribution 4.0 International (CC-BY-4.0).
|
| 35 |
+
https://creativecommons.org/licenses/by/4.0/
|
| 36 |
+
|
| 37 |
+
## WALS (CC-BY-4.0)
|
| 38 |
+
|
| 39 |
+
Files: `wals_languages.csv`, `wals_parameters.csv`, `wals_values.csv`
|
| 40 |
+
|
| 41 |
+
Dryer, Matthew S. & Haspelmath, Martin (eds.) 2013.
|
| 42 |
+
WALS Online (v2020). Leipzig: Max Planck Institute for Evolutionary Anthropology.
|
| 43 |
+
https://wals.info
|
| 44 |
+
|
| 45 |
+
Licensed under Creative Commons Attribution 4.0 International (CC-BY-4.0).
|
| 46 |
+
https://creativecommons.org/licenses/by/4.0/
|
| 47 |
+
|
| 48 |
+
## PHOIBLE (CC-BY-SA-3.0)
|
| 49 |
+
|
| 50 |
+
Files: `phoible.csv`
|
| 51 |
+
|
| 52 |
+
Moran, Steven & McCloy, Daniel (eds.) 2019.
|
| 53 |
+
PHOIBLE 2.0. Jena: Max Planck Institute for the Science of Human History.
|
| 54 |
+
https://phoible.org
|
| 55 |
+
|
| 56 |
+
Licensed under Creative Commons Attribution-ShareAlike 3.0 Unported (CC-BY-SA-3.0).
|
| 57 |
+
https://creativecommons.org/licenses/by-sa/3.0/
|
| 58 |
+
|
| 59 |
+
**Note:** The share-alike requirement means any derivative work incorporating PHOIBLE data
|
| 60 |
+
must also be released under CC-BY-SA-3.0 or a compatible license.
|
| 61 |
+
|
| 62 |
+
## Joshua Project (Public API)
|
| 63 |
+
|
| 64 |
+
Data in `world_languages_integrated.json` includes population and demographic data
|
| 65 |
+
from the Joshua Project public API (https://joshuaproject.net). Used under their
|
| 66 |
+
public API terms.
|
| 67 |
+
|
| 68 |
+
## Brown Corpus (Public Domain)
|
| 69 |
+
|
| 70 |
+
Files: `reference-corpora/brown_corpus_stats.csv`
|
| 71 |
+
|
| 72 |
+
Summary statistics derived from the Brown University Standard Corpus of Present-Day
|
| 73 |
+
American English. The Brown Corpus itself is in the public domain.
|