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(MaxentModel model,
Reader r,
Evalable e) |
static void |
TrainEval.eval(MaxentModel model,
Reader r,
Evalable e,
boolean verbose) |
void |
Evalable.localEval(MaxentModel model,
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(String[] args,
Evalable e) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.