Skip to content

module__org.bibliome.alvisnlp.modules.DisambiguateAlternatives

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

#org.bibliome.alvisnlp.modules.DisambiguateAlternatives

Synopsis

Disambiguate features that have multiple values.

Description

org.bibliome.alvisnlp.modules.DisambiguateAlternatives evaluates target as a list of elements with the current document as the context element. Then it tries to keep a single value for the feature ambiguousFeature in each item in the result. To achieve this, it keeps a set of unambiguous values found in the document. Unambiguous values are found in elements for which there is a single value for ambiguousFeature.

Parameters

Optional

Type: String

Feature to disambiguate.

Optional

Type: Expression

Elements to disambiguate.

Default value: true

Type: Expression

Only process document that satisfy this filter.

Default value: false

Type: Boolean

Either to issue a warning if an element has still ambiguous values after processing.

Clone this wiki locally