mapping_bert_topic / myproject.ini
harshithakr's picture
Create myproject.ini
98239a3
raw
history blame contribute delete
252 Bytes
### topic extraction files
tag_stopword = stopwords_tag.txt
tag_similar_model = word2vec.model
tag_bigram = bi_phrases.txt
tag_trigram = tri_phrases.txt
tag_vocabSingle = vocabSingle.txt
tag_vocabMulti = vocabMulti.txt
tag_vocabDouble = vocabDouble.txt