public interface Evalable
| Modifier and Type | Method and Description |
|---|---|
opennlp.model.EventCollector |
getEventCollector(java.io.Reader r)
Returns the EventCollector that is used to collect all relevant
information from the data file.
|
java.lang.String |
getNegativeOutcome()
The outcome that should be considered a negative result.
|
void |
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.
|
java.lang.String getNegativeOutcome()
opennlp.model.EventCollector getEventCollector(java.io.Reader r)
r - A reader containing the data for the event collectorvoid localEval(opennlp.model.MaxentModel model,
java.io.Reader r,
Evalable e,
boolean verbose)
model - the maxent model to evaluater - Reader containing the data to processe - The original Evalable. Probably not relevant.verbose - a request to print more specific processing informationCopyright ? 2008 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.