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 2728d16 commit 31ffa48Copy full SHA for 31ffa48
1 file changed
pythainlp/ulmfit/__init__.py
@@ -15,9 +15,9 @@
15
16
__all__ = [
17
"THWIKI_LSTM",
18
- "get_thwiki_lstm",
19
"ThaiTokenizer",
20
"document_vector",
+ "get_thwiki_lstm",
21
"merge_wgts",
22
"post_rules_th",
23
"post_rules_th_sparse",
@@ -41,8 +41,8 @@
41
42
from pythainlp.ulmfit.core import (
43
THWIKI_LSTM,
44
- get_thwiki_lstm,
45
document_vector,
+ get_thwiki_lstm,
46
merge_wgts,
47
post_rules_th,
48
post_rules_th_sparse,
0 commit comments