Skip to content

Commit c5a73df

Browse files
committed
Fix pythainlp.util.trie import
1 parent 30b4ad1 commit c5a73df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythainlp/tokenize/tokenize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
DEFAULT_WORD_DICT_TRIE,
1414
DEFAULT_SYLLABLE_DICT_TRIE,
1515
)
16-
from pythainlp.util import Trie, dict_trie
16+
from pythainlp.util.trie import Trie, dict_trie
1717

1818

1919
def word_tokenize(

0 commit comments

Comments
 (0)