Java opennlp.tools.namefind NameFinderME fields, constructors, methods, implement or subclass

Example usage for Java opennlp.tools.namefind NameFinderME fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for opennlp.tools.namefind NameFinderME.

The text is from its open source code.

Constructor

Method

voidclearAdaptiveData()
Forgets all adaptive data which was collected during previous calls to one of the find methods.
Span[]find(String[] tokens)
voidprobs(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.
TokenNameFinderModeltrain(String languageCode, String type, ObjectStream samples, TrainingParameters trainParams, TokenNameFinderFactory factory)