Skip to content

module__org.bibliome.alvisnlp.modules.LayerComparator

Robert Bossy edited this page Jul 27, 2017 · 1 revision

#org.bibliome.alvisnlp.modules.LayerComparator

Synopsis

Compares annotations in two different layers.

Description

org.bibliome.alvisnlp.modules.LayerComparator traverses the annotations in the layers predictedLayerName and referenceLayerName in each section. This is useful when analyzing the result of named entity recognition systems. The result of the comparison is written for each section in terms of recall and precision into the file outFile. This file will also point boundary mismatches.

Parameters

Optional

Type: TargetStream

Path to the file where to store results.

Optional

Type: String

Name of the source layer.

Optional

Type: String

Name of the reference layer.

Default value: true

Type: Expression

Only process document that satisfy this filter.

Default value: true

Type: Expression

Process only sections that satisfy this filter.

Clone this wiki locally