Skip to content

Commit 31ffa48

Browse files
authored
Reorder get_thwiki_lstm import and export
1 parent 2728d16 commit 31ffa48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pythainlp/ulmfit/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
__all__ = [
1717
"THWIKI_LSTM",
18-
"get_thwiki_lstm",
1918
"ThaiTokenizer",
2019
"document_vector",
20+
"get_thwiki_lstm",
2121
"merge_wgts",
2222
"post_rules_th",
2323
"post_rules_th_sparse",
@@ -41,8 +41,8 @@
4141

4242
from pythainlp.ulmfit.core import (
4343
THWIKI_LSTM,
44-
get_thwiki_lstm,
4544
document_vector,
45+
get_thwiki_lstm,
4646
merge_wgts,
4747
post_rules_th,
4848
post_rules_th_sparse,

0 commit comments

Comments
 (0)