Package | Description |
---|---|
org.dkpro.statistics.agreement | |
org.dkpro.statistics.agreement.coding | |
org.dkpro.statistics.agreement.unitizing |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationUnit
Default implementation of
IAnnotationUnit holding the rater's
index and the category that the rater assigned to this unit. |
Modifier and Type | Field and Description |
---|---|
protected List<IAnnotationUnit> |
CodingAnnotationItem.units |
Modifier and Type | Method and Description |
---|---|
protected IAnnotationUnit |
CodingAnnotationStudy.createUnit(int index,
int raterIdx,
Object category) |
IAnnotationUnit |
ICodingAnnotationItem.getUnit(int raterIdx)
Returns the annotation unit of the rater with the specified
index.
|
IAnnotationUnit |
CodingAnnotationItem.getUnit(int raterIdx) |
Modifier and Type | Method and Description |
---|---|
Iterable<IAnnotationUnit> |
ICodingAnnotationItem.getUnits()
Returns all coding units for this annotation item (i.e.,
the categories assigned by the individual raters).
|
Iterable<IAnnotationUnit> |
CodingAnnotationItem.getUnits() |
Modifier and Type | Method and Description |
---|---|
protected void |
CodingAnnotationItem.addUnit(IAnnotationUnit unit)
Adds the given unit to the coding study.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IUnitizingAnnotationUnit
Extension of the
IAnnotationUnit interface for representing the
annotation units of IUnitizingAnnotationStudy s. |
Modifier and Type | Class and Description |
---|---|
class |
UnitizingAnnotationUnit
Default implementation of
IUnitizingAnnotationUnit holding the
rater's index and the category that the rater assigned to this unit as
well as the position of the annotation unit within the continuum of an
annotation study. |
Copyright © 2011–2015 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.