| Package | Description | 
|---|---|
| opennlp.tools.namefind | 
 Package related to finding proper names and numeric amounts. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultNameContextGenerator
Class for determining contextual features for a tag/chunk style
 named-entity recognizer. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected NameContextGenerator | 
NameFinderME.contextGenerator  | 
| Modifier and Type | Method and Description | 
|---|---|
NameContextGenerator | 
TokenNameFinderFactory.createContextGenerator()  | 
| Modifier and Type | Method and Description | 
|---|---|
static List<Event> | 
NameFinderEventStream.generateEvents(String[] sentence,
              String[] outcomes,
              NameContextGenerator cg)  | 
| Constructor and Description | 
|---|
NameFinderEventStream(ObjectStream<NameSample> dataStream,
                     String type,
                     NameContextGenerator contextGenerator,
                     SequenceCodec<String> codec)
Creates a new name finder event stream using the specified data stream and context generator. 
 | 
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)  | 
Copyright © 2017 The Apache Software Foundation. All rights reserved.