Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Carlos-Francisco Méndez-Cruz
/
automatic-extraction-growth-conditions
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Estefani Gaytan Nunez
2020-08-29 15:53:47 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e48c18e68d455e285ec349929a389a4aa17389f4
e48c18e6
1 parent
051f9e3d
upload
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
3 deletions
CoreNLP/bin/annotation/get-raw-sentences.sh
CoreNLP/bin/annotation/single_run_regexNER.sh
predict-annot/input/bg_sentences_v2.txt → CoreNLP/input/annotation/bg_sentences_v2.txt
predict-annot/bin/preprocessing/built_bg_sentences.py
predict-annot/output/annot-input_bg.txt → predict-annot/input/annot-input_bg.txt
CoreNLP/bin/annotation/get-raw-sentences.sh
View file @
e48c18e
...
...
@@ -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
...
...
CoreNLP/bin/annotation/single_run_regexNER.sh
View file @
e48c18e
...
...
@@ -4,7 +4,7 @@ echo "==============================Run CoreNLP=================================
echo
echo
input
=
"/home/egaytan/automatic-extraction-growth-conditions/
extraction-geo/extrac
tion/bg_sentences_v2.txt"
input
=
"/home/egaytan/automatic-extraction-growth-conditions/
CoreNLP/input/annota
tion/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"
...
...
predict-annot/input
/bg_sentences_v2.txt
→
CoreNLP/input/annotation
/bg_sentences_v2.txt
View file @
e48c18e
File moved
predict-annot/bin/preprocessing/built_bg_sentences.py
View file @
e48c18e
...
...
@@ -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/
out
put
# --outputPath /home/egaytan/automatic-extraction-growth-conditions/predict-annot/
in
put
#
#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
...
...
predict-annot/
out
put/annot-input_bg.txt
→
predict-annot/
in
put/annot-input_bg.txt
View file @
e48c18e
File moved
Please
register
or
login
to post a comment