Uses of Interface
opennlp.tools.namefind.NameContextGenerator
-
Packages that use NameContextGenerator Package Description 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 Modifier and Type Class Description class
DefaultNameContextGenerator
ANameContextGenerator
implementation for determining contextual features for atag-chunk
style named-entity recognizer.Fields in opennlp.tools.namefind declared as NameContextGenerator Modifier and Type Field Description protected NameContextGenerator
NameFinderME. contextGenerator
Methods in opennlp.tools.namefind that return NameContextGenerator Modifier and Type Method Description NameContextGenerator
TokenNameFinderFactory. createContextGenerator()
Creates and configures a newNameContextGenerator
in a default combination.Methods in opennlp.tools.namefind with parameters of type NameContextGenerator Modifier and Type Method Description static List<Event>
NameFinderEventStream. generateEvents(String[] sentence, String[] outcomes, NameContextGenerator cg)
Generatesevents
for each token in asentence
with the specifiedoutcomes
using the specifiedNameContextGenerator
.Constructors in opennlp.tools.namefind with parameters of type NameContextGenerator Constructor Description NameFinderEventStream(ObjectStream<NameSample> dataStream, String type, NameContextGenerator contextGenerator, SequenceCodec<String> codec)
NameSampleSequenceStream(ObjectStream<NameSample> psi, NameContextGenerator pcg)
NameSampleSequenceStream(ObjectStream<NameSample> psi, NameContextGenerator pcg, boolean useOutcomes)
NameSampleSequenceStream(ObjectStream<NameSample> psi, NameContextGenerator pcg, boolean useOutcomes, SequenceCodec<String> seqCodec)
-