Estefani Gaytan Nunez

upload

......@@ -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/predict-annot/input/bg_sentences_v2.txt"
output="/home/egaytan/automatic-extraction-growth-conditions/CoreNLP/input/annotation/bg_sentences_v2.txt"
report="/home/egaytan/automatic-extraction-growth-conditions/extraction-geo/reports/bg_report_v2.txt"
echo
echo
......
......@@ -4,7 +4,7 @@ echo "==============================Run CoreNLP=================================
echo
echo
input="/home/egaytan/automatic-extraction-growth-conditions/extraction-geo/extraction/bg_sentences_v2.txt"
input="/home/egaytan/automatic-extraction-growth-conditions/CoreNLP/input/annotation/bg_sentences_v2.txt"
output="/home/egaytan/automatic-extraction-growth-conditions/CoreNLP/output/annotation"
regexfile="/home/egaytan/automatic-extraction-growth-conditions/CoreNLP/input/NER/inputEntities.txt"
......
......@@ -18,7 +18,7 @@ from optparse import OptionParser
# --inputPath /home/egaytan/GROWTH-CONDITIONS-GEO-EXTRACTION/CoreNLP/output/
# --inputFile annot-input_bg.txt
# --outputFile input_bg_sentences.txt
# --outputPath /home/egaytan/automatic-extraction-growth-conditions/predict-annot/output
# --outputPath /home/egaytan/automatic-extraction-growth-conditions/predict-annot/input
#
#python built_bg_sentences.py --inputPath /home/egaytan/automatic-extraction-growth-conditions/CoreNLP/output/annotation --inputFile bg_sentences_v2.txt.ner --outputPath /home/egaytan/automatic-extraction-growth-conditions/predict-annot/output --outputFile annot-input_bg.txt
......