public class CLI extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CROSS_PARSER_NAME |
static String |
EVAL_PARSER_NAME |
static String |
PARSE_TRAINER_NAME |
static String |
PARSEVAL_PARSER_NAME |
static String |
SEQ_TRAINER_NAME |
| Constructor and Description |
|---|
CLI()
Construct a CLI object with the sub-parsers to manage the command
line parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
crossValidate()
Main access to the cross validation.
|
void |
eval()
Main evaluation entry point.
|
static void |
main(String[] args)
Main entry point of ixa-pipe-ml.
|
void |
parseCLI(String[] args)
Parse the command interface parameters with the argParser.
|
void |
parserTrain()
Main access to the ShiftReduceParser train functionalities.
|
void |
parseval()
Main evaluation entry point.
|
void |
seqTrain()
Main access to the Sequence Labeler train functionalities.
|
public static final String SEQ_TRAINER_NAME
public static final String PARSE_TRAINER_NAME
public static final String EVAL_PARSER_NAME
public static final String PARSEVAL_PARSER_NAME
public static final String CROSS_PARSER_NAME
public CLI()
public static void main(String[] args) throws IOException
args - the arguments passed through the CLIIOException - exception if input data not availablepublic final void parseCLI(String[] args) throws IOException
args - the arguments passed through the CLIIOException - exception if problems with the incoming datapublic final void seqTrain()
throws IOException
IOException - input output exception if problems with corporapublic final void parserTrain()
throws IOException
IOException - input output exception if problems with corporapublic final void eval()
throws IOException
IOException - throws exception if test set not availablepublic final void parseval()
throws IOException
IOException - throws exception if test set not availablepublic final void crossValidate()
throws IOException
IOException - input output exception if problems with corporaCopyright © 2016 IXA pipes. All rights reserved.