Kevin Meza Landeros

Update single_run_regexNER.sh

...@@ -4,7 +4,7 @@ echo "==============================Run CoreNLP================================= ...@@ -4,7 +4,7 @@ echo "==============================Run CoreNLP=================================
4 echo 4 echo
5 echo 5 echo
6 6
7 -input="/home/kevinml/automatic-extraction-growth-conditions/CoreNLP/input/" 7 +input="/home/kevinml/automatic-extraction-growth-conditions/CoreNLP/input/raw-metadata-senteneces.txt"
8 output="/home/kevinml/automatic-extraction-growth-conditions/CoreNLP/output/" 8 output="/home/kevinml/automatic-extraction-growth-conditions/CoreNLP/output/"
9 regexfile="/home/kevinml/automatic-extraction-growth-conditions/CoreNLP/input/NER_words_Words_NoGreek.txt" 9 regexfile="/home/kevinml/automatic-extraction-growth-conditions/CoreNLP/input/NER_words_Words_NoGreek.txt"
10 echo 10 echo
......