Example usage for Java opennlp.tools.namefind NameFinderME fields, constructors, methods, implement or subclass
The text is from its open source code.
void | clearAdaptiveData() Forgets all adaptive data which was collected during previous calls to one of the find methods. |
Span[] | find(String[] tokens) |
void | probs(double[] probs) Populates the specified array with the probabilities of the last decoded sequence. |
double[] | probs(Span[] spans) Returns an array of probabilities for each of the specified spans which is the arithmetic mean of the probabilities for each of the outcomes which make up the span. |
double[] | probs() Returns an array with the probabilities of the last decoded sequence. |
TokenNameFinderModel | train(String languageCode, String type, ObjectStream |