Class | Description |
---|---|
IndependentPriorRandomAnnotator<OBJECT,ANNOTATION> |
Annotator that randomly assigns annotations, but takes account of the prior
probability of each annotation based on the proportion of times it occurred
in training.
|
KNNAnnotator<OBJECT,ANNOTATION,FEATURE> |
Annotator based on a multi-class k-nearest-neighbour classifier.
|
UniformRandomAnnotator<OBJECT,ANNOTATION> |
An annotator that chooses annotations completely randomly from the set of all
known annotations.
|