Skip to content

Releases: Lyroxide/yomitan-ko-dic

1.0.0

12 May 06:20
672edb6
Compare
Choose a tag to compare
  1. KRDICT - This is the National Institute of Korean Language's Learners' Dictionary. Requires Yomitan 24.5.14.1 or later. Available languages:
  • Korean (Monolingual)
  • Russian (RU)
  • Arabic (AR)
  • Mongolian (MN)
  • Vietnamese (VI)
  • Spanish (ES)
  • English (EN)
  • Bahasa Indonesia (ID)
  • Japanese (JA)
  • Simplified Chinese (ZH)
  • Thai (TH)
  • French (FR)

Changelog:
9 Sep 2024 - Added hanja, searchable proverbs, fixed errors, updated to August's build, and added a no-examples version
26 June 2024 - Removed readings, added collapsible examples, fixed some errors and updated to June's build
16 May 2024 - First release

  1. STDICT (Monolingual) - This is the de-facto Standard Korean dictionary by National Institute of Korean Language. Requires Yomitan 24.5.14.1 or later.

Changelog:
9 Sep 2024 - Added hanja, added a no-examples version
26 June 2024 - Removed readings, added collapsible examples
12 May 2024 - First release

  1. Pronunciation - "IPA" dictionary with all readings fetched from both KRDICT and STDICT.

Changelog:
9 Sep 2024 - Added hanja
7 Sep 2024 - Added vowel length (denoted by :)

  1. CC100 (Frequency, Rank-Based) - Parsed the CC100 dataset (58GB) using mecab-ko and headwords are filtered using STDICT.

Changelog:
7 Sep 2024 - Fixed title to prevent conflict
30 Dec 2023 - First release


In KRDICT, there are a lot of example sentences, and the useful ones are usually found at the end of the list. The following CSS will display only the last 3 examples. Configure CSS at Yomitan Settings -> Popup Appearance -> Configure custom CSS...

[data-dictionary^='KRDICT'] ul.gloss-sc-ul > li {
 display: none;
}

[data-dictionary^='KRDICT'] ul.gloss-sc-ul > li:nth-last-child(-n+3) {
 display: list-item;
}

For any issues, please file an issue here or contact me via Discord at lyroxide.