|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotationDiffer | |
|---|---|
| gate.gui | |
| gate.util | |
| Uses of AnnotationDiffer in gate.gui |
|---|
| Fields in gate.gui declared as AnnotationDiffer | |
|---|---|
protected AnnotationDiffer |
AnnotationDiffGUI.differ
|
| Fields in gate.gui with type parameters of type AnnotationDiffer | |
|---|---|
protected ArrayList<HashMap<String,AnnotationDiffer>> |
CorpusQualityAssurance.differsByDocThenType
ordered by document as in the corpus
then contains (annotation type * AnnotationDiffer) |
| Uses of AnnotationDiffer in gate.util |
|---|
| Fields in gate.util with type parameters of type AnnotationDiffer | |
|---|---|
protected Map<String,AnnotationDiffer> |
OntologyMeasures.differByTypeMap
|
| Methods in gate.util that return AnnotationDiffer | |
|---|---|
protected AnnotationDiffer |
CorpusBenchmarkTool.measureDocs(Document keyDoc,
Document respDoc,
String annotType)
|
| Methods in gate.util that return types with arguments of type AnnotationDiffer | |
|---|---|
Map<String,AnnotationDiffer> |
OntologyMeasures.getDifferByTypeMap()
Be careful, don't modify it. |
| Methods in gate.util with parameters of type AnnotationDiffer | |
|---|---|
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 |
| Method parameters in gate.util with type arguments of type AnnotationDiffer | |
|---|---|
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 parameters in gate.util with type arguments of type AnnotationDiffer | |
|---|---|
AnnotationDiffer(Collection<AnnotationDiffer> differs)
Constructor to be used when you have a collection of AnnotationDiffer and want to consider it as only one AnnotationDiffer. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||