You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.
(This is more of an announcement and a request for feedback than an issue with Yomichan.)
I have developed a new version of the 漢字遣い参考 dictionary for Yomichan. The purpose of this dictionary is to display orthographic variants (as provided by JMdict) to words that you come across. This is useful for when you search for a word like 思うツボ, but your favorite dictionaries only contain entries for 思う壺.
This new version organizes expressions with one or more kanji forms and two or more readings into a table. Here's an example:
昼食 in the original version
昼食 in the new version
The tabular format makes it easy to see which readings are associated with each kanji form. The ● symbols indicate that a combination is valid, while invalid combinations are left blank.
This new version also includes various forms of metadata (as specified by JMdict). The following symbols are used:
Symbol
Meaning
★
Common
⛬
Outdated
⚠
Irregular
🠋
Rarely-used kanji form
For example, 涙 (なみだ) has two additional kanji forms that are rarely-used and three additional readings that are outdated.
Example table for 涙
Compare to how this data is presented on jisho.org
土竜 in tabular format
土竜 on jisho.org
鷦鷯 in tabular format
鷦鷯 on jisho.org
If an entry contains no kanji or fewer than two distinct readings, the information is displayed in a basic unordered list rather than a table.
Example: 味方
Example: 保証
JMdict's entry for 馬鹿貝 technically contains three readings (ばかがい, バカがい, and バカガイ), but I consider this to be one distinct reading. The entry is therefore displayed in a list.
Example: 馬鹿貝
Installation
This dictionary includes many HTML tables, which means that the validation procedure during installation is slow. This has been documented in issue #2138.
Due to this issue, you can expect the installation of this dictionary to take at least 30 minutes to complete.(Update 2022/07/19: the new version posted in the comment below only takes around 15 minutes.)
With that said, here is the dictionary file(Update 2022/07/19: Use the new version posted below). Please let me know if you have any suggestions on how to improve it. For example, I think the tables might look nicer if the inner cells were centered horizontally, but Yomichan does not currently support alignment in table cells. What do you think?
If you'd like to see the code used to generate it, you can find it here.
The text was updated successfully, but these errors were encountered:
I've simplified the table structure by removing the unnecessary <thead> and <tbody> sections. This means that the dictionary validates twice as fast now (around 13 minutes on my PC).
The readings in the leftmost column of the table are now styled as header cells.
昼食 in the previous version
昼食 table in the new version
If you want to horizontally align the table contents, you can add some custom CSS to your Yomichan settings.
(This is more of an announcement and a request for feedback than an issue with Yomichan.)
I have developed a new version of the 漢字遣い参考 dictionary for Yomichan. The purpose of this dictionary is to display orthographic variants (as provided by JMdict) to words that you come across. This is useful for when you search for a word like 思うツボ, but your favorite dictionaries only contain entries for 思う壺.
This new version organizes expressions with one or more kanji forms and two or more readings into a table. Here's an example:
昼食 in the original version
昼食 in the new version
The tabular format makes it easy to see which readings are associated with each kanji form. The ● symbols indicate that a combination is valid, while invalid combinations are left blank.
This new version also includes various forms of metadata (as specified by JMdict). The following symbols are used:
For example, 涙 (なみだ) has two additional kanji forms that are rarely-used and three additional readings that are outdated.
Example table for 涙
Compare to how this data is presented on jisho.org
土竜 in tabular format
土竜 on jisho.org
鷦鷯 in tabular format
鷦鷯 on jisho.org
If an entry contains no kanji or fewer than two distinct readings, the information is displayed in a basic unordered list rather than a table.
Example: 味方
Example: 保証
JMdict's entry for 馬鹿貝 technically contains three readings (ばかがい, バカがい, and バカガイ), but I consider this to be one distinct reading. The entry is therefore displayed in a list.
Example: 馬鹿貝
Installation
This dictionary includes many HTML tables, which means that the validation procedure during installation is slow. This has been documented in issue #2138.
Due to this issue,
you can expect the installation of this dictionary to take at least 30 minutes to complete.(Update 2022/07/19: the new version posted in the comment below only takes around 15 minutes.)With that said,
here is the dictionary file(Update 2022/07/19: Use the new version posted below). Please let me know if you have any suggestions on how to improve it. For example, I think the tables might look nicer if the inner cells were centered horizontally, but Yomichan does not currently support alignment in table cells. What do you think?If you'd like to see the code used to generate it, you can find it here.
The text was updated successfully, but these errors were encountered: