Release v4.6.5
Thanks to the contiribution by @altescy, Konoha v6.4.5 supports UniDic for MeCab!
>>> from konoha import WordTokenizer
>>> # [important] you have to include `unidic` in file path
>>> tk = WordTokenizer(system_dictionary_path="mecab/dict/mecab-unidic")
>>> tk.tokenize("オレンジジュースを飲む")
[オレンジ, ジュース, を, 飲む]
#core feature
#documentation
#integration
- Upgrade dependency for AllenNLP (#131)
#other
#api