| Package | Description |
|---|---|
| io.redlink.sdk.impl.analysis.model |
| Modifier and Type | Method and Description |
|---|---|
EntityAnnotation |
Enhancements.getEntityAnnotation(String entityUri)
Returns an
EntityAnnotation by its associated dereferenced Entity URI |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<TextAnnotation,EntityAnnotation> |
Enhancements.getBestAnnotations()
Returns the best
EntityAnnotations (those with the highest confidence value) for each extracted TextAnnotation |
Collection<EntityAnnotation> |
Enhancements.getEntityAnnotations()
Returns the
Collection of extracted EntityAnnotations |
Collection<EntityAnnotation> |
Enhancements.getEntityAnnotations(TextAnnotation ta)
|
Collection<EntityAnnotation> |
Enhancements.getEntityAnnotationsByConfidenceValue(Double confidenceValue)
Returns a
Collection of EntityAnnotations which confidences values are greater than or equal
to the value passed by parameter |
com.google.common.collect.Multimap<TextAnnotation,EntityAnnotation> |
Enhancements.getEntityAnnotationsByTextAnnotation() |
abstract Collection<EntityAnnotation> |
EnhancementsParser.parseEntityAnnotations()
Returns a
Collection of EntityAnnotations from a serialized Enhancement Structure |
Copyright © 2014 Redlink GmbH. All rights reserved.