Skip to content

Sudachi version 0.5.2

Choose a tag to compare

@github-actions github-actions released this 13 Mar 07:44

This release includes the following a new feature.

  • Added IgnoreYomiganaPlugin which removes yomigana in parentheses.
    • This feature is enabled by default
    • The default length of hiragana characters recognized as reading kana is up to 4 characters
    • See sudachi.json for details
$ echo '徳島(とくしま)に行(い)く' | java -jar sudachi-0.5.2.jar
徳島(とくしま)  名詞,固有名詞,地名,一般,*,*     徳島
に      助詞,格助詞,*,*,*,*     に
行(い)く        動詞,非自立可能,*,*,五段-カ行,終止形-一般       行く
EOS