Skip to content

converter__org.bibliome.alvisnlp.modules.pattern.OverlappingBehaviour

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

#OverlappingBehaviour

Synopsis

Specifies the behaviour of PatternMatcher when attempting to match sequence of overlapping annotations.

String conversion

  • ignore: search on the sequence of annotations in standard order regardless of overlaps;
  • reject: skip sequences of annotations if there are overlapping annotations;
  • remove: remove overlapping annotations from the sequence;
  • multiplex: multiplex the sequence as a set of non-overlapping sequences.

XML conversion

String conversion of the tag contents or the value of attribute value.

Clone this wiki locally