public interface ICodingAnnotationItem extends IAnnotationItem
ICodingAnnotationStudy
.
In coding tasks, annotation items are fixed, and each rater is
asked to code each item. The category assigned by a certain rater is
represented as annotation units. Thus, an annotation item of a coding
study consists of multiple annotation units.IAnnotationUnit
,
ICodingAnnotationStudy
Modifier and Type | Method and Description |
---|---|
int |
getRaterCount()
Returns the number of raters who annotated this item with a
non-null category.
|
IAnnotationUnit |
getUnit(int raterIdx)
Returns the annotation unit of the rater with the specified
index.
|
Iterable<IAnnotationUnit> |
getUnits()
Returns all coding units for this annotation item (i.e.,
the categories assigned by the individual raters).
|
IAnnotationUnit getUnit(int raterIdx)
Iterable<IAnnotationUnit> getUnits()
int getRaterCount()
Copyright © 2011–2015 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.