-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.txt
executable file
·30 lines (25 loc) · 1.35 KB
/
configuration.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
## configuration for sentiment task on financial data
modelFile data/models/sentiment_model
trainFile data/financial_train.tsv
testFile data/financial_test.tsv
featureStatisticsFile data/sentiment_feature_stats.tsv
featureOutputFile data/sentiment_test.svm
predictionFile sentiment_test_predictions.tsv
labelMappingsFile data/models/sentiment_label_mappings.tsv
#features
idfFile data/en/feature/idfmap.tsv.gz # IDF file, min freq = 100
idfGazeteerFile data/en/feature/sentiment_idfterms.tsv
positiveGazeteerFile data/en/dictionary/positive
negativeGazeteerFile data/en/dictionary/negative
polarityLexiconFile data/en/feature/polarityLexicon.tsv.gz
aggregateGazeteerFile data/en/feature/aggregateGazeteer.tsv
w2vFile data/en/wordEmbedding/englishWord2Vec-300.bin
weightedIdfFile data/en/feature/idfmap.tsv.gz
weightedW2vFile data/en/wordEmbedding/englishWord2Vec-300.bin
relevanceModel data/models/relevance_model
aspectModel data/models/aspect_model
aspectCoarseModel data/models/aspect_coarse_model
sentimentModel data/models/sentiment_model
DTConfigurationFile conf_web_wikipedia_trigram.xml
/missingWordsFile data/de/expansion/missingWords.txt
/DTExpansionFile data/de/expansion/DTExpansionMissingWords.txt