diff options
author | Alex Yatskov <alex@foosoft.net> | 2020-04-10 10:50:26 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2020-04-10 11:10:21 -0700 |
commit | d792d89f6d4c8c86082b446ad0e2d64aca668e20 (patch) | |
tree | c8222313bbe77655e007eff27368b2a88c5f4a90 /README.md | |
parent | 281023095a9fb7f7aca1df8dc0e3f902e78dc16b (diff) |
Add legal notices, pitch accent dictionary link
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -81,6 +81,8 @@ primary language is not English, you may consider also importing the English ver * [kanjidic\_spanish.zip](https://foosoft.net/projects/yomichan/dl/dict/kanjidic_spanish.zip) * **[Innocent Corpus](https://forum.koohii.com/post-168613.html#pid168613)** (Term and Kanji frequencies across 5000+ novels) * [innocent\_corpus.zip](https://foosoft.net/projects/yomichan/dl/dict/innocent_corpus.zip) +* **[Kanjium](https://github.com/mifunetoshiro/kanjium)** (Pitch dictionary, see [related project page](https://github.com/toasted-nutbread/yomichan-pitch-accent-dictionary) for details) + * [kanjium_pitch_accents.zip](https://foosoft.net/projects/yomichan/dl/dict/kanjium_pitch_accents.zip) ## Basic Usage ## @@ -322,6 +324,22 @@ Developing Yomichan requires a significant understanding of Japanese sentence st to invest in learning yet another language; therefore other languages will not be supported. I will also not accept pull request containing this functionality, as I will ultimately be the one maintaining your code. +## Legal ## + +Required licensing notices for this project follow below: + +* **EDRDG License** + + This package uses the [EDICT](https://www.edrdg.org/jmdict/edict.html) and + [KANJIDIC](https://www.edrdg.org/wiki/index.php/KANJIDIC_Project) dictionary files. These files are the property of + the [Electronic Dictionary Research and Development Group](https://www.edrdg.org/), and are used in conformance with + the Group's [license](https://www.edrdg.org/edrdg/licence.html). + +* **Kanjium License** + + The pitch accent notation, verb particle data, phonetics, homonyms and other additions or modifications to EDICT, + KANJIDIC or KRADFILE were provided by Uros Ozvatic through his free database. + ## Screenshots ## [![Term definitions](https://foosoft.net/projects/yomichan/img/ss-terms-thumb.png)](https://foosoft.net/projects/yomichan/img/ss-terms.png) |