See: Description
| Interface | Description | 
|---|---|
| DocumentNameFinder | Name finding interface which processes an entire document allowing the name finder to use context
 from the entire document. | 
| NameContextGenerator | Interface for generating the context for an name finder by specifying a set of geature generators. | 
| RegexNameFinderFactory.RegexAble | |
| TokenNameFinder | The interface for name finders which provide name tags for a sequence of tokens. | 
| TokenNameFinderEvaluationMonitor | 
| Class | Description | 
|---|---|
| BilouCodec | |
| BilouNameFinderSequenceValidator | |
| BioCodec | |
| DefaultNameContextGenerator | Class for determining contextual features for a tag/chunk style
 named-entity recognizer. | 
| DictionaryNameFinder | This is a dictionary based name finder, it scans text
 for names inside a dictionary. | 
| NameFinderEventStream | Class for creating an event stream out of data files for training an name
 finder. | 
| NameFinderME | Class for creating a maximum-entropy-based name finder. | 
| NameFinderSequenceValidator | This class is created by the  BioCodec. | 
| NameSample | Class for holding names for a single unit of text. | 
| NameSampleDataStream | The  NameSampleDataStreamclass converts taggedStrings
 provided by aDataStreamtoNameSampleobjects. | 
| NameSampleSequenceStream | |
| NameSampleTypeFilter | A stream which removes Name Samples which do not have a certain type. | 
| RegexNameFinder | Name finder based on a series of regular expressions. | 
| RegexNameFinderFactory | Returns a RegexNameFinder based on A selection of
 defaults or a configuration and a selection of defaults | 
| TokenNameFinderCrossValidator | |
| TokenNameFinderEvaluator | The  TokenNameFinderEvaluatormeasures the performance
 of the givenTokenNameFinderwith the provided
 referenceNameSamples. | 
| TokenNameFinderFactory | |
| TokenNameFinderModel | The  TokenNameFinderModelis the model used
 by a learnableTokenNameFinder. | 
| Enum | Description | 
|---|---|
| RegexNameFinderFactory.DEFAULT_REGEX_NAME_FINDER | 
| Exception | Description | 
|---|---|
| TokenNameFinderModel.FeatureGeneratorCreationError | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.