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:31:28 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f87a4cc62a2d0637eb7b44299d77b82eaca87726
f87a4cc6
1 parent
35e6fcea
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 @
f87a4cc
...
...
@@ -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
;
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
-
noClobber
;
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
-
noClobber
;
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
-
noClobber
;
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