public interface IAnnotationUnit
IAnnotationStudy
identified and coded by a certain rater. This basic interface concentrates
on modeling the rater (represented by its running index) and the
category she/he assigned to this unit. Extend this interface to
model additional properties of an unit, such as its content (e.g., the
covered text) and the position of the unit within the continuum of
an annotation study.IAnnotationStudy
Modifier and Type | Method and Description |
---|---|
Object |
getCategory()
Returns the category assigned to this unit by one of the raters.
|
int |
getRaterIdx()
Returns the index of the rater who coded this unit (in case of a coding
study) or defined the boundaries of this unit (in case of a
unitizing study).
|
int getRaterIdx()
Object getCategory()
Copyright © 2011–2015 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.