stephenmk / Jitendex

A free, offline, and openly licensed Japanese-to-English dictionary. Updates weekly!
https://jitendex.org
Creative Commons Attribution Share Alike 4.0 International
248 stars 2 forks source link

Generate fresh JmdictFurigana JSON for each new release of Jitendex #68

Closed stephenmk closed 6 months ago

stephenmk commented 7 months ago

The JmdictFurigana project publishes a new JSON file with all the headword furigana data once a month. I should set up the program locally so that I can get the latest data every week.

I should also start taking note of which words it cannot solve. I see it can't produce the correct furigana for らりこっぱい【乱離骨灰】, for example.

stephenmk commented 6 months ago

Okay, this wasn't hard to get running. Just had to install some very old versions of openssl and the dotnet runtime.

Doesn't seem like the program outputs a list of incomplete solutions by default, so I'll need to look into that further.


Found that incomplete solutions could be saved to the log file by adjusting the log level.

stephenmk commented 6 months ago

Implemented in Jitendex 4.4