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:42:02 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
051f9e3d81c3211e755463dea7b0abd02c23110c
051f9e3d
1 parent
be5a5627
upload
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
2 additions
and
2 deletions
CRF/bin/training/training_validation_v14.0.1.py
CRF/data-sets/Tags.txt → CRF/input/Tags.txt
CRF/data-sets/test-data-set-30-NER.txt → CRF/input/test-data-set-30-NER.txt
CRF/data-sets/test-data-set-30.txt → CRF/input/test-data-set-30.txt
CRF/data-sets/training-data-set-70-NER.txt → CRF/input/training-data-set-70-NER.txt
CRF/data-sets/training-data-set-70.txt → CRF/input/training-data-set-70.txt
CoreNLP/bin/annotation/get-raw-sentences.sh
extraction-geo/extraction/bg_sentences_v2.txt → predict-annot/input/bg_sentences_v2.txt
CRF/bin/training/training_validation_v14.0.1.py
View file @
051f9e3
...
...
@@ -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/
...
...
CRF/
data-sets
/Tags.txt
→
CRF/
input
/Tags.txt
View file @
051f9e3
File moved
CRF/
data-sets
/test-data-set-30-NER.txt
→
CRF/
input
/test-data-set-30-NER.txt
View file @
051f9e3
File moved
CRF/
data-sets
/test-data-set-30.txt
→
CRF/
input
/test-data-set-30.txt
View file @
051f9e3
File moved
CRF/
data-sets
/training-data-set-70-NER.txt
→
CRF/
input
/training-data-set-70-NER.txt
View file @
051f9e3
File moved
CRF/
data-sets
/training-data-set-70.txt
→
CRF/
input
/training-data-set-70.txt
View file @
051f9e3
File moved
CoreNLP/bin/annotation/get-raw-sentences.sh
View file @
051f9e3
...
...
@@ -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
...
...
extraction-geo/extraction
/bg_sentences_v2.txt
→
predict-annot/input
/bg_sentences_v2.txt
View file @
051f9e3
File moved
Please
register
or
login
to post a comment