See: Description
| Interface | Description |
|---|---|
| ClassHierarchyResolver | |
| MatchRule |
| Class | Description |
|---|---|
| BooleanFeature |
Abstract Pipe class for adds feature value which is boolean value.
|
| ChangeRule | |
| ClassAnnotator | |
| ClassRule | |
| CRFNameTagger | |
| Dictionary |
a dictionary used by the Extended Named Entity tagger.
|
| Dictionary.Entry | |
| DictionaryTagger |
procedure for looking a token sequence up in the Extended Named Entity
dictionary.
|
| DocumentToSentenceIterator | |
| Evaluate |
Evaluation tool for named entity extraction.
|
| Evaluator | |
| ExactMatchClassHierarchyResolver | |
| FirstWordFeature | |
| LexiconCategoryFeature | |
| MatchRuleItem |
an element of the left-hand (match) portion of an ENE transformation rule,
specifying constraints on a single token.
|
| NameAnnotator |
NameAnnotator provides methods for (extended) named entity annotation
based on a dictionary and rules.
|
| NamedEntityAttribute |
Attributes of named entity.
|
| NamedEntityInDictionaryFeature | |
| NamedEntityRule | |
| NamedEntityUtil |
Utility methods for the Extended Named Entity annotator.
|
| NumericalFeatures |
Feature generator class which generates if token is numerical format.
|
| OnMemoryDictionary |
An in-memory implementation of the Dictionary used by the Extended Named
Entity annotator.
|
| PartOfSpeechRule | |
| RegexpMatchFeature |
Feature generator class which generates if token matches with regular
expression.
|
| RegexpRule | |
| SentenceToTokenSequencePipe | |
| SimpleClassHierarchyResolver | |
| StringRule | |
| TokenLowerText | |
| TransformRule |
a transformation rule of the Extended Named Entity annotator.
|
| TransformRuleParser | |
| TransformRules |
a list of transformation rules used by the ENE tagger.
|
| TrieDictionary |
An implementation of the Dictionary used by the Extended Named
Entity annotator, based on an in-memory Trie plus an on-disk
data base.
|
| Enum | Description |
|---|---|
| BioType |
Type of BIO and N (Non Named entity but for transform rules).
|
| Exception | Description |
|---|---|
| DictionaryFormatException | |
| RuleFormatException |
Copyright © 2016 New York University. All rights reserved.