Package | Description |
---|---|
org.openimaj.text.nlp.namedentity | |
org.openimaj.text.nlp.textpipe.annotations | |
org.openimaj.text.nlp.textpipe.annotators |
Modifier and Type | Method and Description |
---|---|
List<List<NamedEntity>> |
YagoEntityCandidateFinderFactory.YagoEntityCandidateFinder.getCandidatesFromReversableTokenList(List<TokenAnnotation> tokens)
Gets candidate entities.
|
List<NamedEntity> |
YagoEntityExactMatcherFactory.YagoEntityExactMatcher.matchExact(List<TokenAnnotation> possibleEntityTokens,
String context) |
Modifier and Type | Field and Description |
---|---|
ArrayList<TokenAnnotation> |
NamedEntityAnnotation.tokensMatched
Tokens matched by this Named Entity
|
Modifier and Type | Method and Description |
---|---|
void |
NamedEntityAnnotation.addAllTokensMatched(Collection<TokenAnnotation> tokens)
Set the
TokenAnnotation s matched by this
NamedEntityAnnotation |
static List<String> |
AnnotationUtils.getStringPOSsFromTokenAnnotationList(List<TokenAnnotation> tokens)
Returns a list of String represented Parts of Speech given a list of
TokenAnnotation (These should have POSAnnotation ) |
static List<String> |
AnnotationUtils.getStringTokensFromTokenAnnotationList(List<TokenAnnotation> tokens)
Get the string tokens from a list of
TokenAnnotation s |
Constructor and Description |
---|
NamedEntityAnnotation(ArrayList<TokenAnnotation> tokensMatched,
NamedEntity namedEntity) |
Modifier and Type | Method and Description |
---|---|
List<TokenAnnotation> |
OpenNLPTokenAnnotator.tokenise(String text) |
List<TokenAnnotation> |
DefaultTokenAnnotator.tokenise(String text) |
Modifier and Type | Method and Description |
---|---|
protected void |
OpenNLPPhraseChunkAnnotator.phraseChunk(List<TokenAnnotation> tokens) |
protected abstract void |
AbstractPhraseAnnotator.phraseChunk(List<TokenAnnotation> tokens) |