Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -3,7 +3,7 @@ echo 'Preprocessing files...' | ... | @@ -3,7 +3,7 @@ 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/nlp-preprocessing-pipeline/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-postagger-2018-02-27 |
7 | LEMMA_PATH=/export/space1/users/compu2/bionlp/biolemmatizer | 7 | LEMMA_PATH=/export/space1/users/compu2/bionlp/biolemmatizer |
8 | 8 | ||
9 | PRE=TRUE | 9 | PRE=TRUE | ... | ... |
-
Please register or login to post a comment