sophiefy

Results 2 issues of sophiefy

This pr may resolve https://github.com/polm/fugashi/issues/76. Here's an example: ```python from fugashi import Tagger tagger = Tagger() text = "麩菓子は、麩を主材料とした日本の菓子。" node_list = tagger.parseToNodeList(text) print("surface\twcost\tcost") for node in node_list: surface = node.surface...

Maybe this is more of a problem with the dictionary... `njd_set_pronunciation` sets `read`, `pron` and other features for symbols with 0 mora size. Specifically, non-kana symbols will be set as...