You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I've been trying to get this repository working. I noticed that the issue detection requires a features file which seems to be generated through features/feature_extraction.py it requires a few files:
data/idf.tsv
data/positive-words.txt
data/negative-words.txt
I have done my best to provide the positive/negative word lists and to generate the idf file using features/idfextraction/compute_tf_idf_file.py but it seems to require both a vocabulary file and a mysterious excel spreadsheet (or sql db). I was wondering if you could provide the idf.txt file that has been generated from the same data as the sample train, valid and test .tsv files.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
I've been trying to get this repository working. I noticed that the issue detection requires a features file which seems to be generated through
features/feature_extraction.py
it requires a few files:data/idf.tsv
data/positive-words.txt
data/negative-words.txt
I have done my best to provide the positive/negative word lists and to generate the idf file using
features/idfextraction/compute_tf_idf_file.py
but it seems to require both a vocabulary file and a mysterious excel spreadsheet (or sql db). I was wondering if you could provide theidf.txt
file that has been generated from the same data as the sample train, valid and test.tsv
files.Thank you!
The text was updated successfully, but these errors were encountered: