Skip to content

Commit 922e3cb

Browse files
committed
Change DEFAULT_SYLLABLE_TOKENIZE_ENGINE to han_solo
1 parent cd68ae8 commit 922e3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythainlp/tokenize/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
DEFAULT_WORD_TOKENIZE_ENGINE = "newmm"
3636
DEFAULT_SENT_TOKENIZE_ENGINE = "crfcut"
3737
DEFAULT_SUBWORD_TOKENIZE_ENGINE = "tcc"
38-
DEFAULT_SYLLABLE_TOKENIZE_ENGINE = "dict"
38+
DEFAULT_SYLLABLE_TOKENIZE_ENGINE = "han_solo"
3939

4040
DEFAULT_WORD_DICT_TRIE = Trie(thai_words())
4141
DEFAULT_SYLLABLE_DICT_TRIE = Trie(thai_syllables())

0 commit comments

Comments
 (0)