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:35:06 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3fa6bcf399d13f0f4cd99b2582657c6a4d57968c
3fa6bcf3
1 parent
f87a4cc6
Update single_run_regexNER.sh
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
CoreNLP/bin/single_run_regexNER.sh
CoreNLP/bin/single_run_regexNER.sh
View file @
3fa6bcf
...
...
@@ -16,23 +16,23 @@ regexfile="/home/kevinml/automatic-extraction-growth-conditions/CoreNLP/input/On
echo
echo
"regex file: "
$regexfile
;
echo
corenlp.sh -annotators tokenize,ssplit,pos,lemma,regexner -outputFormat conll -file
$input
-outputDirectory
$output
-regexner.mapping
$regexfile
-outputExtension OneWord_Alphanum;
corenlp.sh -annotators tokenize,ssplit,pos,lemma,regexner -outputFormat conll -file
$input
-outputDirectory
$output
-regexner.mapping
$regexfile
-outputExtension
.
OneWord_Alphanum;
regexfile
=
"/home/kevinml/automatic-extraction-growth-conditions/CoreNLP/input/MultWord_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
-outputExtension MultWord_Alphanum;
corenlp.sh -annotators tokenize,ssplit,pos,lemma,regexner -outputFormat conll -file
$input
-outputDirectory
$output
-regexner.mapping
$regexfile
-outputExtension
.
MultWord_Alphanum;
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
-outputExtension OneWord_NOAlphanum;
corenlp.sh -annotators tokenize,ssplit,pos,lemma,regexner -outputFormat conll -file
$input
-outputDirectory
$output
-regexner.mapping
$regexfile
-outputExtension
.
OneWord_NOAlphanum;
regexfile
=
"/home/kevinml/automatic-extraction-growth-conditions/CoreNLP/input/MultWord_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
-outputExtension MultWord_NOAlphanum;
corenlp.sh -annotators tokenize,ssplit,pos,lemma,regexner -outputFormat conll -file
$input
-outputDirectory
$output
-regexner.mapping
$regexfile
-outputExtension
.
MultWord_NOAlphanum;
...
...
Please
register
or
login
to post a comment