Estefani Gaytan Nunez

upload

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