| Package | Description |
|---|---|
| org.openimaj.text.nlp.namedentity | |
| org.openimaj.text.nlp.textpipe.annotations | |
| org.openimaj.text.nlp.textpipe.annotators |
| Class and Description |
|---|
| EntityAnnotator
An entity annotator (given a list of strings) assigns entity annotations
which are
Map instances mapping token indexes to entities. |
| EntityAnnotator.EntityType
The types of entities which can be annotated
|
| EntityContextScorer
Context scorers provide entities and likelihoods based on some context.
|
| IgnoreTokenStripper.Language
Language to build stripper from.
|
| NamedEntity
Container Class for Named Entity values
|
| NamedEntity.Type
Type of Named Entity
|
| NGramGenerator
Utility class which allows generation of N-grams of items in a list.
|
| YagoEntityCandidateFinderFactory.YagoEntityCandidateFinder
Class that uses an Alias HashMap to find candidate Entities for a list of
tokens.
|
| YagoEntityContextScorerFactory.YagoEntityContextScorer
Class that uses an underlying lucene index to match tokens to companies.
|
| YagoEntityExactMatcherFactory.YagoEntityExactMatcher
The class that will extract unique Entities from a given list of tokens.
|
| Class and Description |
|---|
| NamedEntity
Container Class for Named Entity values
|
| Class and Description |
|---|
| YagoEntityExactMatcherFactory.YagoEntityExactMatcher
The class that will extract unique Entities from a given list of tokens.
|