public interface EntityAnnotator extends Annotator
| Modifier and Type | Method and Description |
|---|---|
Iterable<Entity> |
annotateEntity(Entity sourceEntity,
boolean updateMode)
Annotates a single entity.
|
CmdLineAnnotatorSettingsConfigurer |
getCmdLineAnnotatorSettingsConfigurer() |
List<Attribute> |
getRequiredAttributes() |
boolean |
sourceExists() |
createAnnotatorAttributes, getAnnotatorAttributes, getInfoIterable<Entity> annotateEntity(Entity sourceEntity, boolean updateMode)
sourceEntity - the entity to annotateupdateMode - boolean indicating if existing annotations should be updatedIterable for the annotated dataList<Attribute> getRequiredAttributes()
List that must be present in the source entity.boolean sourceExists()
CmdLineAnnotatorSettingsConfigurer getCmdLineAnnotatorSettingsConfigurer()
Copyright © 2017. All rights reserved.