WorksApplications / SudachiDict

A lexicon for Sudachi
228 stars 19 forks source link

Add support for JMdict data #45

Open parfait8566 opened 8 months ago

parfait8566 commented 8 months ago

Is it possible to supplement the full dict with JMdict data? It'd be quite useful and it's free to use

katsutan commented 7 months ago

Since there is no word cost and edge cost, it is necessary to use it from such as SudachiDict. JMDict and SudachiDict have different part-of-speech formats, so it takes time to alignment them. Therefore, we cannot support it for the time being. Pull requests are welcome.