We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3152f22 commit 99e2ae1Copy full SHA for 99e2ae1
src/MeCab/__init__.py
@@ -40,6 +40,13 @@ def _reexport_filtered(thismod, submod):
40
#
41
# Version information
42
43
+# Note that this is the version of MeCab, not of mecab-python3. Since MeCab
44
+# hasn't been updated since roughly 2013 this has been 0.996 for years and is
45
+# unlikely to ever change.
46
+#
47
+# This is preserved to avoid breaking API compatibility, but should be removed
48
+# in v2, should that ever happen.
49
50
51
VERSION = _MeCab.Tagger_version()
52
__all__.append("VERSION")
0 commit comments