Package | Description |
---|---|
org.dkpro.statistics.agreement.unitizing | |
org.dkpro.statistics.agreement.visualization |
Modifier and Type | Class and Description |
---|---|
class |
UnitizingAnnotationStudy
Default implementation of the
IUnitizingAnnotationStudy interface. |
Modifier and Type | Field and Description |
---|---|
protected IUnitizingAnnotationStudy |
UnitizingAgreementMeasure.study |
Constructor and Description |
---|
KrippendorffAlphaUnitizingAgreement(IUnitizingAnnotationStudy study)
Initializes the instance for the given annotation study.
|
UnitizingAgreementMeasure(IUnitizingAnnotationStudy study)
Initializes the instance for the given annotation study.
|
Modifier and Type | Method and Description |
---|---|
void |
UnitizingStudyPrinter.print(PrintStream out,
IUnitizingAnnotationStudy study)
Print a plain-text representation of the given unitizing study.
|
void |
UnitizingMatrixPrinter.print(PrintStream out,
IUnitizingAnnotationStudy study,
Object category,
int rater1,
int rater2)
Print a plain-text representation of the given unitizing study.
|
void |
UnitizingStudyPrinter.printContinuum(PrintStream out,
IUnitizingAnnotationStudy study,
String prefix)
Prints an integer scale of the continuum used for the given unitzing
study.
|
void |
UnitizingStudyPrinter.printUnitsForCategory(PrintStream out,
IUnitizingAnnotationStudy study,
Object category,
String prefix)
Iterate all raters, identify the corresponding annotation units, and
visualize them using
UnitizingStudyPrinter.printUnitsForRater(PrintStream,
IUnitizingAnnotationStudy, int, Object, String) . |
void |
UnitizingStudyPrinter.printUnitsForRater(PrintStream out,
IUnitizingAnnotationStudy study,
int raterIdx,
Object category,
String prefix)
Identifies all annotation units of the given rater which have been
coded with the given category and marks their boundaries using
asterisks.
|
Copyright © 2011–2015 Ubiquitous Knowledge Processing (UKP) Lab. All rights reserved.