himkt / konoha

🌿 An easy-to-use Japanese Text Processing tool, which makes it possible to switch tokenizers with small changes of code.
https://pypi.org/project/konoha
MIT License
230 stars 24 forks source link

Make tokenizer option non-case-sensitive #8

Closed himkt closed 5 years ago

himkt commented 5 years ago

Make WordTokenizer('KyTea') and WordTokenizer('kytea') the same.

himkt commented 5 years ago

Solved by https://github.com/himkt/tiny_tokenizer/issues/8