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.
The Daijirin EPWING dictionary comes with both J-J and J-E definitions. Ideally, Yomichan Import should split these into two separate dictionaries so users can choose to add either only the J-J version or only the J-E version to Yomichan.
Alternatively, if the dictionary can't be converted into two separate versions at once, the user should be given the option to strip one version out during the conversion process, leaving them with either only a J-J version or only a J-E version.
The text was updated successfully, but these errors were encountered:
Here is a hacky diff to do just that. Reverse the condition to get a dictionary containing only the J->E definitions.
Note this does not remove the English only entries but in my experience those aren't the ones that show up when you don't want them to. As far as I know it doesn't remove any entries incorrectly but the diff between the (pretty-printed) jsons is 400K lines long so I didn't look at the whole thing.
The Daijirin EPWING dictionary comes with both J-J and J-E definitions. Ideally, Yomichan Import should split these into two separate dictionaries so users can choose to add either only the J-J version or only the J-E version to Yomichan.
Alternatively, if the dictionary can't be converted into two separate versions at once, the user should be given the option to strip one version out during the conversion process, leaving them with either only a J-J version or only a J-E version.
The text was updated successfully, but these errors were encountered: