Carlos-Francisco Méndez-Cruz

Add new file

{
"listTermFiles": {
"hashTermFiles": {
"2": ["genes_2grams.txt"],
"3": ["genes_3grams.txt"],
"4": ["genes_4grams.txt"],
"5": ["genes_5grams.txt"]
"6": ["genes_6grams.txt"]
"7": ["genes_7grams.txt"]
"5": ["genes_5grams.txt"],
"6": ["genes_6grams.txt"],
"7": ["genes_7grams.txt"],
"8": ["genes_8grams.txt"]
},
"listTerms": {
"hashTerms": {
"2": [],
"3": [],
"4": [],
"5": []
"5": [],
"6": [],
"7": [],
"8": [],
"8": []
}
}
......
......@@ -2,7 +2,7 @@
echo 'Preprocessing files...'
ORIGINAL_CORPUS_PATH=/export/space1/users/compu2/bionlp/conditional-random-fields/data-sets/original
CORPUS_PATH=/export/space1/users/compu2/bionlp/conditional-random-fields/data-sets
TERM_PATH=/export/space1/users/compu2/bionlp/conditional-random-fields/dictionaries
TERM_PATH=/export/space1/users/compu2/bionlp/nlp-preprocessing-pipeline/dictionaries
POST_PATH=/export/space1/users/compu2/bionlp/stanford-corenlp-full-2018-02-27
LEMMA_PATH=/export/space1/users/compu2/bionlp/biolemmatizer
......