Estefani Gaytan Nunez

upload

...@@ -49,7 +49,7 @@ from nltk.corpus import stopwords # To exclude top words ...@@ -49,7 +49,7 @@ from nltk.corpus import stopwords # To exclude top words
49 49
50 # Examples 50 # Examples
51 # python3 training_validation_v14.0.1.py 51 # python3 training_validation_v14.0.1.py
52 -# --inputPath /home/egaytan/automatic-extraction-growth-conditions/CRF/data-sets 52 +# --inputPath /home/egaytan/automatic-extraction-growth-conditions/CRF/input/
53 # --trainingFile training-data-set-70-NER.txt 53 # --trainingFile training-data-set-70-NER.txt
54 # --testFile test-data-set-30-NER.txt 54 # --testFile test-data-set-30-NER.txt
55 # --outputPath /home/egaytan/automatic-extraction-growth-conditions/CRF/ 55 # --outputPath /home/egaytan/automatic-extraction-growth-conditions/CRF/
......
...@@ -9,7 +9,7 @@ echo "Access to output extracted baglines" ...@@ -9,7 +9,7 @@ echo "Access to output extracted baglines"
9 echo "directory: "$(pwd); 9 echo "directory: "$(pwd);
10 10
11 index="/home/egaytan/automatic-extraction-growth-conditions/extraction-geo/reports/all-output-index.txt" 11 index="/home/egaytan/automatic-extraction-growth-conditions/extraction-geo/reports/all-output-index.txt"
12 -output="/home/egaytan/automatic-extraction-growth-conditions/extraction-geo/extraction/bg_sentences_v2.txt" 12 +output="/home/egaytan/automatic-extraction-growth-conditions/predict-annot/input/bg_sentences_v2.txt"
13 report="/home/egaytan/automatic-extraction-growth-conditions/extraction-geo/reports/bg_report_v2.txt" 13 report="/home/egaytan/automatic-extraction-growth-conditions/extraction-geo/reports/bg_report_v2.txt"
14 echo 14 echo
15 echo 15 echo
......