Closed buruzaemon closed 9 years ago
Right now, clean-up is done via the with context manager.
with
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.
mecab_destroy
Originally opened 2014-11-12. This issue was ported from Bitbucket and is archived for historical reasons.
Resolved, closing.
Resolved 2014-11-21. This issue was ported from Bitbucket and is archived for historical reasons.
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 ifwith
is not used.Originally opened 2014-11-12. This issue was ported from Bitbucket and is archived for historical reasons.