python-mecab

Mecab binding for Python
  https://github.com/taku910/mecab
  0
  no reviews



Mecab is a morphological analysis system. It reads Japanese sentences from the standard input, segments them into morpheme sequences, and outputs them to the standard output with many additional pieces of information (pronunciation, semantic information, etc).

python-mecab is binding for Python.