We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a0177 commit 9df5a4aCopy full SHA for 9df5a4a
pythainlp/tokenize/__init__.py
@@ -55,5 +55,5 @@
55
from pythainlp.corpus import get_corpus as _get_corpus
56
57
THAI2FIT_TOKENIZER = Tokenizer(
58
- custom_dict=_get_corpus("words_th_thai2fit_201810.txt"), engine="newmm"
+ custom_dict=_get_corpus("words_th_thai2fit_201810.txt"), engine="mm"
59
)
0 commit comments