public interface Annotator
Annotators enrich source data with extra attributes.
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
createAnnotatorAttributes(AttributeFactory attributeFactory)
Use this method for the actual annotation process, to ensure that unique
identifiers by creating a new set of attributes everytime an annotator us executed
|
List<Attribute> |
getAnnotatorAttributes()
Be aware that several calls to this function will give you the same auto identifiers every time
|
AnnotatorInfo |
getInfo() |
AnnotatorInfo getInfo()
AnnotatorInfo for the AnnotatorList<Attribute> getAnnotatorAttributes()
List<Attribute> createAnnotatorAttributes(AttributeFactory attributeFactory)
Copyright © 2017. All rights reserved.