Skip to content

Commit 715f700

Browse files
committed
Fixed old thai_ner
1 parent 9df5a4a commit 715f700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythainlp/tag/thainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from pythainlp.tokenize import word_tokenize
2626
from pythainlp.util import isthai
2727

28-
_TOKENIZER_ENGINE = "newmm" # should be same as that used in training data
28+
_TOKENIZER_ENGINE = "mm"
2929

3030

3131
def _is_stopword(word: str) -> bool: # เช็คว่าเป็นคำฟุ่มเฟือย

0 commit comments

Comments
 (0)