Skip to content

Commit

Permalink
Update thai2fit tokenizer
Browse files Browse the repository at this point in the history
  • Loading branch information
wannaphong committed Nov 1, 2023
1 parent e3a0177 commit 9df5a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythainlp/tokenize/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
from pythainlp.corpus import get_corpus as _get_corpus

THAI2FIT_TOKENIZER = Tokenizer(
custom_dict=_get_corpus("words_th_thai2fit_201810.txt"), engine="newmm"
custom_dict=_get_corpus("words_th_thai2fit_201810.txt"), engine="mm"
)

0 comments on commit 9df5a4a

Please sign in to comment.