Package | Description |
---|---|
org.openimaj.text.nlp.namedentity | |
org.openimaj.text.nlp.textpipe.annotations |
Modifier and Type | Class and Description |
---|---|
class |
YagoNamedEntity
Used in the construction of the Yago EntityExtraction resource folder.
|
Modifier and Type | Method and Description |
---|---|
List<List<NamedEntity>> |
YagoEntityCandidateFinderFactory.YagoEntityCandidateFinder.getCandidates(List<String> tokens)
Gets candidate entities.
|
List<List<NamedEntity>> |
YagoEntityCandidateFinderFactory.YagoEntityCandidateFinder.getCandidatesFromReversableTokenList(List<TokenAnnotation> tokens)
Gets candidate entities.
|
HashMap<NamedEntity,Float> |
YagoEntityContextScorerFactory.YagoEntityContextScorer.getScoredEntitiesFromContext(List<String> context) |
Map<NamedEntity,Float> |
YagoEntityContextScorerFactory.YagoEntityContextScorer.getScoresForEntityList(List<String> entityUris,
List<String> context) |
Map<NamedEntity,Float> |
YagoEntityContextScorerFactory.YagoEntityContextScorer.getScoresForEntityList(List<String> entityUris,
String context) |
abstract Map<NamedEntity,Float> |
EntityContextScorer.getScoresForEntityList(List<String> entityUris,
String context) |
List<NamedEntity> |
YagoEntityExactMatcherFactory.YagoEntityExactMatcher.matchExact(List<String> possibleEntityTokens,
List<String> contextTokens)
Returns a list of most likely unique Named Entities.
|
List<NamedEntity> |
YagoEntityExactMatcherFactory.YagoEntityExactMatcher.matchExact(List<TokenAnnotation> possibleEntityTokens,
String context) |
Modifier and Type | Field and Description |
---|---|
NamedEntity |
NamedEntityAnnotation.namedEntity
The Named Entity.
|
Constructor and Description |
---|
NamedEntityAnnotation(ArrayList<TokenAnnotation> tokensMatched,
NamedEntity namedEntity) |