|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NameContextGenerator | |
---|---|
opennlp.tools.namefind | Package related to finding proper names and numeric amounts. |
Uses of NameContextGenerator in opennlp.tools.namefind |
---|
Classes in opennlp.tools.namefind that implement NameContextGenerator | |
---|---|
class |
DefaultNameContextGenerator
Class for determining contextual features for a tag/chunk style named-entity recognizer. |
Fields in opennlp.tools.namefind declared as NameContextGenerator | |
---|---|
protected NameContextGenerator |
NameFinderME.contextGenerator
|
Constructors in opennlp.tools.namefind with parameters of type NameContextGenerator | |
---|---|
NameFinderEventStream(ObjectStream<NameSample> dataStream,
String type,
NameContextGenerator contextGenerator)
Creates a new name finder event stream using the specified data stream and context generator. |
|
NameFinderME(opennlp.model.MaxentModel mod,
NameContextGenerator cg)
Deprecated. |
|
NameFinderME(opennlp.model.MaxentModel mod,
NameContextGenerator cg,
int beamSize)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |