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 119b847 commit 496703cCopy full SHA for 496703c
setup.py
@@ -82,26 +82,8 @@
82
test_suite="tests",
83
python_requires=">=3.6",
84
package_data={
85
- "pythainlp.corpus": [
86
- "corpus_license.md",
87
- "countries_th.txt",
88
- "etcc.txt",
89
- "negations_th.txt",
90
- "person_names_female_th.txt",
91
- "person_names_male_th.txt",
92
- "pos_orchid_perceptron.pkl",
93
- "pos_orchid_unigram.json",
94
- "pos_ud_perceptron.pkl",
95
- "pos_ud_unigram.json",
96
- "sentenceseg_crfcut.model",
97
- "stopwords_th.txt",
98
- "syllables_th.txt",
99
- "thailand_provinces_th.csv",
100
- "tnc_freq.txt",
101
- "ttc_freq.txt",
102
- "wordnet_th.db",
103
- "words_th.txt",
104
- "words_th_thai2fit_201810.txt",
+ "pythainlp": [
+ "corpus/*",
105
],
106
},
107
include_package_data=True,
0 commit comments