Commit graph

5 commits

Author SHA1 Message Date
stephenmk 8f30f9419d
Update logic for adding variant kanji forms
Prior to this commit, the program would only add variant kanji forms
in one direction. For example, an additional search key for 掴む would
be added if a 摑む headword was found in a dictionary, but a search
key for 摑む would not be added to 掴む.

Search keys are now added in both directions (old-to-new and
new-to-old).
2023-07-28 18:35:22 -05:00
stephenmk 9b3fdc86d1
Reorganize file structure of entries modules 2023-07-26 19:28:50 -05:00
stephenmk cfe1e98ab3
Remove unused import 2023-07-18 13:23:53 -05:00
stephenmk e85d0a1625
Add support for sankoku8 2023-07-18 00:43:38 -05:00
stephenmk c737f10885
Add tests for Expressions functions 2023-05-06 20:07:07 -05:00