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 4094632 commit 79432c2Copy full SHA for 79432c2
pythainlp/__init__.py
@@ -27,6 +27,6 @@
27
from pythainlp.soundex import soundex
28
from pythainlp.spell import spell
29
from pythainlp.tag import pos_tag
30
-from pythainlp.tokenize import sent_tokenize, tcc, word_tokenize
+from pythainlp.tokenize import sent_tokenize, tcc, word_tokenize, Tokenizer
31
from pythainlp.transliterate import romanize, transliterate
32
from pythainlp.util import collate, thai_strftime
0 commit comments