-
Notifications
You must be signed in to change notification settings - Fork 6
module__org.bibliome.alvisnlp.modules.DisambiguateAlternatives
#org.bibliome.alvisnlp.modules.DisambiguateAlternatives
Disambiguate features that have multiple values.
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.
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.