| Interface | Description |
|---|---|
| IAgreementMeasure |
Generic interface that is to be implemented by all inter-rater agreement
measures.
|
| IAnnotationItem |
Represents a single annotation item of an
IAnnotationStudy. |
| IAnnotationStudy |
Basic interface representing the essential data model of any annotation
study.
|
| IAnnotationUnit |
Represents a single annotation unit of an
IAnnotationStudy
identified and coded by a certain rater. |
| ICategorySpecificAgreement |
A diagnostic device for analyzing the agreement separately for each
category.
|
| IChanceCorrectedAgreement |
Generic interface to be implemented by all inter-rater agreement measures
that perform a chance correction and thus distinguish between observed
agreement and expected agreement.
|
| IChanceCorrectedDisagreement |
Generic interface to be implemented by all inter-rater agreement measures
that perform a chance correction and thus distinguish between observed
disagreement and expected disagreement.
|
| IItemSpecificAgreement<ItemType extends IAnnotationItem> |
A diagnostic device for analyzing the agreement separately for each
annotation item.
|
| IRaterSpecificAgreement |
A diagnostic device for analyzing the agreement separately for each
human rater.
|
| IWeightedAgreement |
Interface for all weighted inter-rater agreement measures.
|
| Class | Description |
|---|---|
| AgreementMeasure |
Default implementation of the
IAgreementMeasure interface providing
computational hooks for calculating the observed and the expected agreement. |
| AnnotationStudy |
Default implementation of the
IAnnotationStudy interface. |
| AnnotationUnit |
Default implementation of
IAnnotationUnit holding the rater's
index and the category that the rater assigned to this unit. |
| DisagreementMeasure |
Default implementation of the
IAgreementMeasure interface providing
computational hooks for calculating the observed and the expected
disagreement. |
| Exception | Description |
|---|---|
| InsufficientDataException |
Exception type for indicating missing data.
|
Copyright © 2011–2015 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.