Skip to content

Commit

Permalink
Add Cantonese, Mandarin, JPDB Recommended Dictionaries (#1430)
Browse files Browse the repository at this point in the history
* Add Cantonese and Mandarin recommended dictionaries

* Add JPDB
  • Loading branch information
MarvNC authored Sep 18, 2024
1 parent 6496b68 commit 833ec58
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/dictionaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Be aware that non-English dictionaries generally contain fewer entries than thei
- [JMnedict](https://github.com/themoeway/jmdict-yomitan#jmnedict-for-yomitan) - Lists readings of person/place/organization names and other proper nouns.
- [KANJIDIC](https://github.com/themoeway/jmdict-yomitan#kanjidic-for-yomitan) - An English dictionary listing readings, meanings, and other info about kanji characters.
- [BCCWJ Frequency Dictionary](https://github.com/Kuuuube/yomitan-dictionaries?tab=readme-ov-file#bccwj-suw-luw-combined) - A frequency dictionary based on the Balanced Corpus of Contemporary Written Japanese.
- [JPDB Frequency Dictionary](https://github.com/Kuuuube/yomitan-dictionaries?tab=readme-ov-file#jpdb-v21-frequency) - A frequency dictionary based on the corpus from the online Japanese dictionary and SRS system at https://jpdb.io.

#### Other Languages

Expand Down
49 changes: 48 additions & 1 deletion ext/data/recommended-dictionaries.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,12 @@
"description": "Based on the Balanced Corpus of Contemporary Written Japanese covering books, magazines, newspapers, blogs, forums, textbooks, and legal documents among others.",
"homepage": "https://github.com/Kuuuube/yomitan-dictionaries?tab=readme-ov-file#bccwj-suw-luw-combined",
"downloadUrl": "https://github.com/Kuuuube/yomitan-dictionaries/releases/download/yomitan-permalink/BCCWJ_SUW_LUW_combined.zip"
},
{
"name": "JPDB",
"description": "A frequency dictionary based on the corpus from the online Japanese dictionary and SRS system at https://jpdb.io.",
"homepage": "https://github.com/Kuuuube/yomitan-dictionaries?tab=readme-ov-file#jpdb-v21-frequency",
"downloadUrl": "https://github.com/Kuuuube/yomitan-dictionaries/releases/download/yomitan-permalink/JPDB_v2.1_kana_display_only.zip"
}
],
"grammar": [],
Expand Down Expand Up @@ -573,12 +579,53 @@
}
]
},
"yue": {
"frequency": [
{
"name": "Words.hk Frequency",
"description": "Frequency list of Cantonese terms and honzi provided by words.hk.",
"homepage": "https://github.com/MarvNC/wordshk-yomitan",
"downloadUrl": "https://github.com/MarvNC/wordshk-yomitan/releases/download/2024-09-17/YUE.Freq.Words.hk.Frequency.zip"
}
],
"grammar": [],
"kanji": [
{
"name": "Words.hk 粵典 漢字",
"description": "A free and open Cantonese dictionary with definitions and example sentences in Cantonese and English.",
"homepage": "https://github.com/MarvNC/wordshk-yomitan",
"downloadUrl": "https://github.com/MarvNC/wordshk-yomitan/releases/download/2024-09-17/Words.hk.Honzi.2024-09-16.zip"
}
],
"pronunciation": [],
"terms": [
{
"name": "Words.hk 粵典",
"description": "A free and open Cantonese dictionary with definitions and example sentences in Cantonese and English.",
"homepage": "https://github.com/MarvNC/wordshk-yomitan",
"downloadUrl": "https://github.com/MarvNC/wordshk-yomitan/releases/download/2024-09-17/Words.hk.2024-09-16.zip"
}
]
},
"zh": {
"frequency": [],
"grammar": [],
"kanji": [],
"kanji": [
{
"name": "CC-CEDICT",
"description": "A free and open Chinese-English dictionary provided by the CC-CEDICT project.",
"homepage": "https://github.com/MarvNC/cc-cedict-yomitan",
"downloadUrl": "https://github.com/MarvNC/cc-cedict-yomitan/releases/latest/download/CC-CEDICT.Hanzi.zip"
}
],
"pronunciation": [],
"terms": [
{
"name": "CC-CEDICT",
"description": "A free and open Chinese-English dictionary provided by the CC-CEDICT project.",
"homepage": "https://github.com/MarvNC/cc-cedict-yomitan",
"downloadUrl": "https://github.com/MarvNC/cc-cedict-yomitan/releases/latest/download/CC-CEDICT.zip"
},
{
"name": "kty-zh-en",
"description": "Chinese to English dictionary created from Wiktionary data.",
Expand Down

0 comments on commit 833ec58

Please sign in to comment.