Showing
5 changed files
with
3 additions
and
3 deletions
... | @@ -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/predict-annot/input/bg_sentences_v2.txt" | 12 | +output="/home/egaytan/automatic-extraction-growth-conditions/CoreNLP/input/annotation/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 | ... | ... |
... | @@ -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/egaytan/automatic-extraction-growth-conditions/extraction-geo/extraction/bg_sentences_v2.txt" | 7 | +input="/home/egaytan/automatic-extraction-growth-conditions/CoreNLP/input/annotation/bg_sentences_v2.txt" |
8 | output="/home/egaytan/automatic-extraction-growth-conditions/CoreNLP/output/annotation" | 8 | output="/home/egaytan/automatic-extraction-growth-conditions/CoreNLP/output/annotation" |
9 | regexfile="/home/egaytan/automatic-extraction-growth-conditions/CoreNLP/input/NER/inputEntities.txt" | 9 | regexfile="/home/egaytan/automatic-extraction-growth-conditions/CoreNLP/input/NER/inputEntities.txt" |
10 | 10 | ... | ... |
... | @@ -18,7 +18,7 @@ from optparse import OptionParser | ... | @@ -18,7 +18,7 @@ from optparse import OptionParser |
18 | # --inputPath /home/egaytan/GROWTH-CONDITIONS-GEO-EXTRACTION/CoreNLP/output/ | 18 | # --inputPath /home/egaytan/GROWTH-CONDITIONS-GEO-EXTRACTION/CoreNLP/output/ |
19 | # --inputFile annot-input_bg.txt | 19 | # --inputFile annot-input_bg.txt |
20 | # --outputFile input_bg_sentences.txt | 20 | # --outputFile input_bg_sentences.txt |
21 | -# --outputPath /home/egaytan/automatic-extraction-growth-conditions/predict-annot/output | 21 | +# --outputPath /home/egaytan/automatic-extraction-growth-conditions/predict-annot/input |
22 | # | 22 | # |
23 | #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 | 23 | #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 |
24 | 24 | ... | ... |
-
Please register or login to post a comment