| Package | Description |
|---|---|
| opennlp.maxent |
Provides main functionality of the maxent package including data structures and
algorithms for parameter estimation.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TrainEval.eval(opennlp.model.MaxentModel model,
java.io.Reader r,
Evalable e) |
static void |
TrainEval.eval(opennlp.model.MaxentModel model,
java.io.Reader r,
Evalable e,
boolean verbose) |
void |
Evalable.localEval(opennlp.model.MaxentModel model,
java.io.Reader r,
Evalable e,
boolean verbose)
If the -l option is selected for evaluation, this method will be
called rather than TrainEval's evaluation method.
|
static void |
TrainEval.run(java.lang.String[] args,
Evalable e) |
Copyright ? 2008 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.