The current version of the JMnedict dictionary for yomichan is somewhat notorious for cluttering users' workspaces with terms. For example, a search for ひろこ pulls up over 30 term-reading pairs.
I'm wondering if everyone would be on-board with an update to this dictionary in which many of these personal name terms are consolidated.
For example, a search for ろはん would bring up a term containing all of the the relevant kanji forms in the glossary (24 of them) instead of 24 individual term-reading pairs. A search for 紗子 would bring up a term with all possible readings (6 of them) in its glossary instead of 6 different terms.
If this sounds good, I can begin working on updating yomichan-import to produce this new version of the dictionary.
(This issue is technically with yomichan-import, but I'm posting here because it's the more active repo.)
Here's a list of codes currently used in JMnedict. I'm thinking "fem", "given", "masc", "surname", and "unclass" are the relevant categories that should be consolidated, and possibly also "person" and "oth" depending on how they look after I do some research.
So if a particular name belongs to more than one of those categories, then the consolidated term would have one "sense" for each category (with the appropriate tag), and the sense would contain a gloss with a semicolon delimited list of the relevant readings or kanji forms of the name.
JMnedict code table
| code |
description |
| char |
"character" |
| company |
"company name" |
| creat |
"creature" |
| dei |
"deity" |
| doc |
"document" |
| ev |
"event" |
| fem |
"female given name or forename" |
| fict |
"fiction" |
| given |
"given name or forename, gender not specified" |
| group |
"group" |
| leg |
"legend" |
| masc |
"male given name or forename" |
| myth |
"mythology" |
| obj |
"object" |
| organization |
"organization name" |
| oth |
"other" |
| person |
"full name of a particular person" |
| place |
"place name" |
| product |
"product name" |
| relig |
"religion" |
| serv |
"service" |
| station |
"railway station" |
| surname |
"family or surname" |
| unclass |
"unclassified name" |
| work |
"work of art, literature, music, etc. name" |
The current version of the JMnedict dictionary for yomichan is somewhat notorious for cluttering users' workspaces with terms. For example, a search for ひろこ pulls up over 30 term-reading pairs.
I'm wondering if everyone would be on-board with an update to this dictionary in which many of these personal name terms are consolidated.
For example, a search for ろはん would bring up a term containing all of the the relevant kanji forms in the glossary (24 of them) instead of 24 individual term-reading pairs. A search for 紗子 would bring up a term with all possible readings (6 of them) in its glossary instead of 6 different terms.
If this sounds good, I can begin working on updating yomichan-import to produce this new version of the dictionary.
(This issue is technically with yomichan-import, but I'm posting here because it's the more active repo.)
Here's a list of codes currently used in JMnedict. I'm thinking "fem", "given", "masc", "surname", and "unclass" are the relevant categories that should be consolidated, and possibly also "person" and "oth" depending on how they look after I do some research.
So if a particular name belongs to more than one of those categories, then the consolidated term would have one "sense" for each category (with the appropriate tag), and the sense would contain a gloss with a semicolon delimited list of the relevant readings or kanji forms of the name.
JMnedict code table