Spaces:
Runtime error
Runtime error
Commit ·
98239a3
1
Parent(s): 81b6122
Create myproject.ini
Browse files- myproject.ini +8 -0
myproject.ini
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
### topic extraction files
|
| 2 |
+
tag_stopword = stopwords_tag.txt
|
| 3 |
+
tag_similar_model = word2vec.model
|
| 4 |
+
tag_bigram = bi_phrases.txt
|
| 5 |
+
tag_trigram = tri_phrases.txt
|
| 6 |
+
tag_vocabSingle = vocabSingle.txt
|
| 7 |
+
tag_vocabMulti = vocabMulti.txt
|
| 8 |
+
tag_vocabDouble = vocabDouble.txt
|