Package | Description |
---|---|
gate.gui | |
gate.util |
Modifier and Type | Field and Description |
---|---|
protected AnnotationDiffer |
AnnotationDiffGUI.differ |
Modifier and Type | Field and Description |
---|---|
protected ArrayList<HashMap<String,AnnotationDiffer>> |
CorpusQualityAssurance.differsByDocThenType
ordered by document as in the
corpus
then contains (annotation type * AnnotationDiffer) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,AnnotationDiffer> |
OntologyMeasures.differByTypeMap |
Modifier and Type | Method and Description |
---|---|
protected AnnotationDiffer |
CorpusBenchmarkTool.measureDocs(Document keyDoc,
Document respDoc,
String annotType) |
Modifier and Type | Method and Description |
---|---|
Map<String,AnnotationDiffer> |
OntologyMeasures.getDifferByTypeMap()
Be careful, don't modify it.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CorpusBenchmarkTool.printAnnotations(AnnotationDiffer annotDiff,
Document keyDoc,
Document respDoc) |
protected void |
CorpusBenchmarkTool.storeAnnotations(String type,
AnnotationDiffer annotDiffer,
Document keyDoc,
Document respDoc,
Writer errFileWriter) |
protected void |
CorpusBenchmarkTool.updateStatistics(AnnotationDiffer annotDiffer,
String annotType) |
protected void |
CorpusBenchmarkTool.updateStatisticsProc(AnnotationDiffer annotDiffer,
String annotType)
Update statistics for processed documents
The same procedure as updateStatistics with different hashTables
|
Modifier and Type | Method and Description |
---|---|
void |
OntologyMeasures.calculateBdm(Collection<AnnotationDiffer> differs)
For a document get the annotation differs that contain the type to compare
and the annotation differs that may have miscategorized annotations
for this type.
|
Constructor and Description |
---|
AnnotationDiffer(Collection<AnnotationDiffer> differs)
Constructor to be used when you have a collection of AnnotationDiffer
and want to consider it as only one AnnotationDiffer.
|
Copyright © 2024 GATE. All rights reserved.