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 9df5a4a commit 715f700Copy full SHA for 715f700
pythainlp/tag/thainer.py
@@ -25,7 +25,7 @@
25
from pythainlp.tokenize import word_tokenize
26
from pythainlp.util import isthai
27
28
-_TOKENIZER_ENGINE = "newmm" # should be same as that used in training data
+_TOKENIZER_ENGINE = "mm"
29
30
31
def _is_stopword(word: str) -> bool: # เช็คว่าเป็นคำฟุ่มเฟือย
0 commit comments