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.
2 parents 79c670a + e16181c commit 0b57c7cCopy full SHA for 0b57c7c
mecab/src/mecab.h
@@ -1122,7 +1122,7 @@ class MECAB_DLL_CLASS_EXTERN Model {
1122
1123
virtual ~Model() {}
1124
1125
-#ifndef SIWG
+#ifndef SWIG
1126
/**
1127
* Factory method to create a new Model with a specified main's argc/argv-style parameters.
1128
* Return NULL if new model cannot be initialized. Use MeCab::getLastError() to obtain the
@@ -1411,7 +1411,7 @@ class MECAB_DLL_CLASS_EXTERN Tagger {
1411
1412
virtual ~Tagger() {}
1413
1414
1415
1416
* Factory method to create a new Tagger with a specified main's argc/argv-style parameters.
1417
0 commit comments