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 4753905 commit 95d38caCopy full SHA for 95d38ca
pythainlp/util/__init__.py
@@ -122,7 +122,8 @@
122
from pythainlp.util.trie import Trie, dict_trie
123
from pythainlp.util.wordtonum import text_to_num, thaiword_to_num, words_to_num
124
125
-# sound_syllable and pronounce have to be imported last because of dependencies
+# sound_syllable and pronounce have to be imported last,
126
+# to prevent circular import issues.
127
# Other imports should be above this line, sorted.
128
from pythainlp.util.syllable import (
129
sound_syllable,
0 commit comments