Skip to content

Commit 9df5a4a

Browse files
committed
Update thai2fit tokenizer
1 parent e3a0177 commit 9df5a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythainlp/tokenize/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@
5555
from pythainlp.corpus import get_corpus as _get_corpus
5656

5757
THAI2FIT_TOKENIZER = Tokenizer(
58-
custom_dict=_get_corpus("words_th_thai2fit_201810.txt"), engine="newmm"
58+
custom_dict=_get_corpus("words_th_thai2fit_201810.txt"), engine="mm"
5959
)

0 commit comments

Comments
 (0)