forked from nausheenfatma/QuestionClassification
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproperties.conf
More file actions
13 lines (13 loc) · 794 Bytes
/
properties.conf
File metadata and controls
13 lines (13 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
trainingfilepath='training.txt'
testfilepath='test.txt'
StanfordNerClassifier='stanford-ner-2014-06-16/classifiers/english.all.3class.distsim.crf.ser.gz'
StanfordNerJarPath='stanford-ner-2014-06-16/stanford-ner.jar'
word_features_train_coarse_path='CoarseOutputfiles/word_features_train.txt'
POS_features_train_coarse_path='CoarseOutputfiles/POS_features_train.txt'
NER_features_train_coarse_path='CoarseOutputfiles/NER_features_train.txt'
Chunk_features_train_path='CoarseOutputfiles/Chunk_features_train.txt'
coarse_classification_path='CoarseOutputfiles/coarse_classification.txt'
fine_classification_txt_path='FineOutputfilesPath/fine_classification.txt'
FineTrainOutputFolderPath='FineOutputFiles/'
FineInputFiles='FineInputFiles/'
FineOutputfilesPath='FineOutputFiles/'