-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
ida和data_pre中涉及到的字典可以分享一下吗?
data_pre.py
stopwords_path = './data/StopwordsCN.txt' data_1_path = './data/data1.csv' data_2_path = './data/data2.csv' data_3_path = './data/data3.csv' data_4_path = './data/data4.csv'
ida.py
stopwords_path = './data/StopwordsCN.txt' simi_path = './data/simi_words.txt' positive_path = './data/posdict.txt' negative_path = './data/negdict.txt' mostdict_path = './data/mostdict.txt' verydict_path = './data/verydict.txt' moredict_path = './data/moredict.txt' lshdict_path = './data/lshdict.txt' insufficientdict_path = './data/insufficientdict.txt'
Metadata
Metadata
Assignees
Labels
No labels