Showing
2 changed files
with
8 additions
and
8 deletions
1 | { | 1 | { |
2 | - "listTermFiles": { | 2 | + "hashTermFiles": { |
3 | "2": ["genes_2grams.txt"], | 3 | "2": ["genes_2grams.txt"], |
4 | "3": ["genes_3grams.txt"], | 4 | "3": ["genes_3grams.txt"], |
5 | "4": ["genes_4grams.txt"], | 5 | "4": ["genes_4grams.txt"], |
6 | - "5": ["genes_5grams.txt"] | 6 | + "5": ["genes_5grams.txt"], |
7 | - "6": ["genes_6grams.txt"] | 7 | + "6": ["genes_6grams.txt"], |
8 | - "7": ["genes_7grams.txt"] | 8 | + "7": ["genes_7grams.txt"], |
9 | "8": ["genes_8grams.txt"] | 9 | "8": ["genes_8grams.txt"] |
10 | }, | 10 | }, |
11 | - "listTerms": { | 11 | + "hashTerms": { |
12 | "2": [], | 12 | "2": [], |
13 | "3": [], | 13 | "3": [], |
14 | "4": [], | 14 | "4": [], |
15 | - "5": [] | 15 | + "5": [], |
16 | "6": [], | 16 | "6": [], |
17 | "7": [], | 17 | "7": [], |
18 | - "8": [], | 18 | + "8": [] |
19 | } | 19 | } |
20 | } | 20 | } | ... | ... |
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
2 | echo 'Preprocessing files...' | 2 | echo 'Preprocessing files...' |
3 | ORIGINAL_CORPUS_PATH=/export/space1/users/compu2/bionlp/conditional-random-fields/data-sets/original | 3 | ORIGINAL_CORPUS_PATH=/export/space1/users/compu2/bionlp/conditional-random-fields/data-sets/original |
4 | CORPUS_PATH=/export/space1/users/compu2/bionlp/conditional-random-fields/data-sets | 4 | CORPUS_PATH=/export/space1/users/compu2/bionlp/conditional-random-fields/data-sets |
5 | -TERM_PATH=/export/space1/users/compu2/bionlp/conditional-random-fields/dictionaries | 5 | +TERM_PATH=/export/space1/users/compu2/bionlp/nlp-preprocessing-pipeline/dictionaries |
6 | POST_PATH=/export/space1/users/compu2/bionlp/stanford-corenlp-full-2018-02-27 | 6 | POST_PATH=/export/space1/users/compu2/bionlp/stanford-corenlp-full-2018-02-27 |
7 | LEMMA_PATH=/export/space1/users/compu2/bionlp/biolemmatizer | 7 | LEMMA_PATH=/export/space1/users/compu2/bionlp/biolemmatizer |
8 | 8 | ... | ... |
-
Please register or login to post a comment