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 432c2ab commit f529a9bCopy full SHA for f529a9b
1 file changed
pythainlp/lm/__init__.py
@@ -4,9 +4,8 @@
4
5
__all__: list[str] = ["calculate_ngram_counts", "remove_repeated_ngrams", "Qwen3"]
6
7
+from pythainlp.lm.qwen3 import Qwen3
8
from pythainlp.lm.text_util import (
9
calculate_ngram_counts,
10
remove_repeated_ngrams,
11
)
-
12
-from pythainlp.lm.qwen3 import Qwen3
0 commit comments