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
Kevin Meza Landeros
2019-10-30 19:04:45 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
35aeb2d933881ce69ce6f57f53d93af72372e828
35aeb2d9
1 parent
331cccfc
Update single_run_regexNER.sh
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
CoreNLP/bin/single_run_regexNER.sh
CoreNLP/bin/single_run_regexNER.sh
View file @
35aeb2d
...
...
@@ -12,25 +12,26 @@ echo
echo
"output directory: "
$output
;
regexfile
=
"/home/kevinml/automatic-extraction-growth-conditions/CoreNLP/input/OneWord_
NO
Alphanum.txt"
regexfile
=
"/home/kevinml/automatic-extraction-growth-conditions/CoreNLP/input/OneWord_Alphanum.txt"
echo
echo
"regex file: "
$regexfile
;
echo
corenlp.sh -annotators tokenize,ssplit,pos,lemma,regexner -outputFormat conll -file
$input
-outputDirectory
$output
-regexner.mapping
$regexfile
;
regexfile
=
"/home/kevinml/automatic-extraction-growth-conditions/CoreNLP/input/
One
Word_Alphanum.txt"
regexfile
=
"/home/kevinml/automatic-extraction-growth-conditions/CoreNLP/input/
Mult
Word_Alphanum.txt"
echo
echo
"regex file: "
$regexfile
;
echo
corenlp.sh -annotators tokenize,ssplit,pos,lemma,regexner -outputFormat conll -file
$input
-outputDirectory
$output
-regexner.mapping
$regexfile
;
regexfile
=
"/home/kevinml/automatic-extraction-growth-conditions/CoreNLP/input/MultWord_NOAlphanum.txt"
regexfile
=
"/home/kevinml/automatic-extraction-growth-conditions/CoreNLP/input/OneWord_NOAlphanum.txt"
echo
echo
"regex file: "
$regexfile
;
echo
corenlp.sh -annotators tokenize,ssplit,pos,lemma,regexner -outputFormat conll -file
$input
-outputDirectory
$output
-regexner.mapping
$regexfile
;
regexfile
=
"/home/kevinml/automatic-extraction-growth-conditions/CoreNLP/input/MultWord_Alphanum.txt"
regexfile
=
"/home/kevinml/automatic-extraction-growth-conditions/CoreNLP/input/MultWord_
NO
Alphanum.txt"
echo
echo
"regex file: "
$regexfile
;
echo
...
...
Please
register
or
login
to post a comment