From b10430723c95a1df718fb28bdd5b10032407abcf Mon Sep 17 00:00:00 2001 From: dohliam Date: Sun, 20 Oct 2019 17:49:50 -0700 Subject: [PATCH] clarify data licenses --- README.md | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 01a6f8b..8885eae 100644 --- a/README.md +++ b/README.md @@ -146,17 +146,17 @@ You can search the data online on the [IPA Lookup](https://open-dict-data.github ## Credits * [Aspell](http://aspell.net/) for reference wordlists -* [Folkets lexikon](http://folkets-lexikon.csc.kth.se/folkets/) for Swedish pronunciation data. Released under [CC BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/) -* [Edict](http://www.edrdg.org/jmdict/edict.html) for Japanese pronunciation data -* [_A Learner's Grammar of Jamaican_](https://github.com/opengrammar/jam-learners-grammar) from the [Open Grammar Project](https://github.com/opengrammar) for Jamaican Creole pronunciation data -* [Unihan](http://www.unicode.org/charts/unihan.html) for Chinese character pronunciation data -* [KFCD Pinyin](https://github.com/kfcd/pinyin) for Mandarin IPA data -* [KFCD Pingyam](https://github.com/kfcd/pingyam) for Cantonese IPA data -* Multisyllabic pronunciation data for Cantonese from [開放粵語詞典](http://kaifangcidian.com/han/yue) -* Multisyllabic pronunciation data for Mandarin from [開放漢語詞典](http://kaifangcidian.com/han/han) -* [prosodic1b](https://github.com/jsfalk/prosodic1b) by @jsfalk for Finnish IPA data (Finnish wordlist from [The Institute for the Languages of Finland](http://kaino.kotus.fi/sanat/nykysuomi/)) -* English (US) IPA data based on modified version of [cmudict-ipa](https://github.com/lingz/cmudict-ipa) by @lingz, with addition of stress markers made possible by [syllabify](https://github.com/kylebgorman/syllabify) by @kylebgorman -* English (UK) IPA data derived from [ipacards](https://github.com/leoboiko/ipacards) by @leoboiko (released as [GPL v3](https://github.com/leoboiko/ipacards/blob/master/LICENSE)) +* [Folkets lexikon](http://folkets-lexikon.csc.kth.se/folkets/) for Swedish pronunciation data. ([CC BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/)) +* [Edict](https://www.edrdg.org/jmdict/edict.html) for Japanese pronunciation data ([CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)) +* [_A Learner's Grammar of Jamaican_](https://github.com/opengrammar/jam-learners-grammar) from the [Open Grammar Project](https://github.com/opengrammar) for Jamaican Creole pronunciation data ([CC BY 4.0](http://creativecommons.org/licenses/by/4.0/)) +* [Unihan](https://www.unicode.org/charts/unihan.html) for Chinese character pronunciation data ([Unicode License](https://www.unicode.org/license.html)) +* [KFCD Pinyin](https://github.com/kfcd/pinyin) for Mandarin IPA data ([CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)) +* [KFCD Pingyam](https://github.com/kfcd/pingyam) for Cantonese IPA data ([CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)) +* Multisyllabic pronunciation data for Cantonese from [開放粵語詞典](http://kaifangcidian.com/han/yue) ([CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)) +* Multisyllabic pronunciation data for Mandarin from [開放漢語詞典](http://kaifangcidian.com/han/han) ([CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)) +* [prosodic1b](https://github.com/jsfalk/prosodic1b) by @jsfalk for Finnish IPA data (Finnish wordlist from [The Institute for the Languages of Finland](http://kaino.kotus.fi/sanat/nykysuomi/)) ([GPL 2.0](https://github.com/jsfalk/prosodic1b/blob/master/LICENSE)) +* English (US) IPA data based on modified version of [cmudict-ipa](https://github.com/lingz/cmudict-ipa) by @lingz, with addition of stress markers made possible by [syllabify](https://github.com/kylebgorman/syllabify) by @kylebgorman ([MIT](https://github.com/lingz/cmudict-ipa/blob/master/LICENSE)) +* English (UK) IPA data derived from [ipacards](https://github.com/leoboiko/ipacards) by @leoboiko ([GPL 3.0](https://github.com/leoboiko/ipacards/blob/master/LICENSE)) * Experimental IPA for German has been generated using [germanipa](https://github.com/kdelaney/germanipa) by @kdelaney. Feedback and corrections appreciated! * Experimental IPA for Spanish (`es_ES` and `es_MX`) has been generated using Timur Baytukalov's [spanish-pronunciation-rules](https://github.com/easypronunciation/spanish-pronunciation-rules-php) PHP script. Additions, corrections, and expansion of the dictionaries to other Spanish locales are welcome! * Arabic IPA has been generated by Tim Buckwalter's [Arabic Morphological Analyzer](https://catalog.ldc.upenn.edu/LDC2004L02), with adjustments to allow for UTF-8 input and IPA output, with inspiration from the [arabic_tools](https://github.com/lingz/arabic_tools) project by @lingz. @@ -167,7 +167,6 @@ You can search the data online on the [IPA Lookup](https://open-dict-data.github * Many thanks to Dr. Espen Stranger-Johannessen of the Inland Norway University of Applied Sciences for assistance with correcting and updating the Norwegian IPA data. * Icelandic IPA is from the [Pronunciation Dictionary for Icelandic](http://malfong.is/?pg=framburdur&lang=en) by the [Hjal project](http://www.malfong.is/index.php?pg=hjal&lang=en), released under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/), with [some changes](https://github.com/egilll/icelandic-pronunciation-dataset). - ## License -This project is released under MIT, but the Swedish dataset is [CC BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/). +All material in this repository released under the **MIT license** unless otherwise specified. Please note that third-party datasets retain their original licenses -- refer to the [Credits](#credits) section above for details.