|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlingscope.drivers.ModelTrainer
public class ModelTrainer
Driver to train a model file. The training data will have to be provided.
Constructor Summary | |
---|---|
ModelTrainer()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
static void |
usage()
Prints the usage for the model trainer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModelTrainer()
Method Detail |
---|
public static void usage()
public static void main(java.lang.String[] args)
args
- 0 - Annotator type ("cue" or "scope")
1 - Model type ("crf", "baseline" or "negex")
2 - File from which training data will be read
2 - File where the model will be saved
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |