Python Mecab Versions Save

A repository to bind mecab for Python 3.5+. Not using swig nor pybind. (Not Maintained Now)

v1.0.1

4 years ago
  • Enhancement: return Tuple[Tuple[str, str], ...] in Tagger.parse instead of str
  • Enhancement: fix encodings to utf8
  • Enhancement: use pthread and std::mutex instead of self-implemented mutex
  • Bug Fix: fix bug that matrix.bin had been being changed when mecab ran

v1.0.0

4 years ago

First Release of Python-mecab