Skip to content

Commit 301fc30

Browse files
authored
add thaiword_frozen_201810.txt to package list
1 parent a07a7fd commit 301fc30

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@
2121
test_suite="tests",
2222
package_data={
2323
"pythainlp.corpus": [
24+
"corpus_license.md",
25+
"new-thaidict.txt",
26+
"negation.txt",
2427
"stopwords-th.txt",
2528
"thaipos.json",
2629
"thaiword.txt",
27-
"corpus_license.md",
30+
"thaiword_frozen_201810.txt",
2831
"tha-wn.db",
29-
"new-thaidict.txt",
30-
"negation.txt",
3132
"provinces.csv",
3233
"pt_tagger_1.dill",
3334
"ud_thai-pud_pt_tagger.dill",

0 commit comments

Comments
 (0)