We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b4ad1 commit c5a73dfCopy full SHA for c5a73df
1 file changed
pythainlp/tokenize/tokenize.py
@@ -13,7 +13,7 @@
13
DEFAULT_WORD_DICT_TRIE,
14
DEFAULT_SYLLABLE_DICT_TRIE,
15
)
16
-from pythainlp.util import Trie, dict_trie
+from pythainlp.util.trie import Trie, dict_trie
17
18
19
def word_tokenize(
0 commit comments