buruzaemon / natto-py

natto-py combines the Python programming language with MeCab, the part-of-speech and morphological analyzer for the Japanese language.
BSD 2-Clause "Simplified" License
92 stars 13 forks source link

MeCab: destructor/clean-up for tagger reference #6

Closed buruzaemon closed 9 years ago

buruzaemon commented 9 years ago

Right now, clean-up is done via the with context manager.

Still, it would be nice to have some other way to ensure mecab_destroy is invoked to delete the tagger reference if with is not used.

Originally opened 2014-11-12. This issue was ported from Bitbucket and is archived for historical reasons.

buruzaemon commented 9 years ago

Resolved, closing.

Resolved 2014-11-21. This issue was ported from Bitbucket and is archived for historical reasons.