Carlos-Francisco Méndez-Cruz

Add new file

...@@ -3,8 +3,8 @@ echo 'Preprocessing files...' ...@@ -3,8 +3,8 @@ 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/conditional-random-fields/dictionaries
6 -POST_PATH=/home/cmendezc/STANFORD_POSTAGGER/stanford-postagger-2015-12-09 6 +POST_PATH=/export/space1/users/compu2/bionlp/stanford-corenlp-full-2018-02-27
7 -LEMMA_PATH/home/cmendezc/BIO_LEMMATIZER 7 +LEMMA_PATH=/export/space1/users/compu2/bionlp/biolemmatizer
8 8
9 PRE=TRUE 9 PRE=TRUE
10 echo " Preprocessing: $PRE" 10 echo " Preprocessing: $PRE"
......