public abstract class FullPipelineOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
acBeam |
int |
aiBeam |
double |
alfa |
static int |
cores |
Language.L |
l |
File |
lemmatizer |
boolean |
loadPreprocessorWithTokenizer |
File |
morph |
static String |
NULL_LANGUAGE_NAME |
File |
parser |
boolean |
reranker |
boolean |
skipPI |
File |
srl |
File |
tagger |
File |
tokenizer |
| Constructor and Description |
|---|
FullPipelineOptions() |
| Modifier and Type | Method and Description |
|---|---|
ParseOptions |
getParseOptions() |
void |
parseCmdLineArgs(String[] args) |
void |
printUsage(PrintStream out) |
int |
tryParseArg(String[] args,
int ai)
Tries to parse one argument off the cmdline.
|
public Language.L l
public File tokenizer
public File lemmatizer
public File tagger
public File morph
public File parser
public File srl
public boolean reranker
public int aiBeam
public int acBeam
public double alfa
public static int cores
public boolean skipPI
public boolean loadPreprocessorWithTokenizer
public static String NULL_LANGUAGE_NAME
public ParseOptions getParseOptions()
public void parseCmdLineArgs(String[] args)
public int tryParseArg(String[] args, int ai)
args - the args for the main methodai - the current indexpublic void printUsage(PrintStream out)
Copyright © 2016. All rights reserved.