Skip to content

module__SplitOverlaps

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

#org.bibliome.alvisnlp.modules.SplitOverlaps

Synopsis

Splits overlapping annotations.

This module is experimental.

Description

org.bibliome.alvisnlp.modules.SplitOverlaps copies annotations from checkedlayerNames into modifiedlayerName and ensures that this layer does not contain overlaping annotations. If checkedlayerNames contains overlaps, then org.bibliome.alvisnlp.modules.SplitOverlaps splits annotations at the start or end positions of overlapping annotations.

  • Features copied?
  • Non-split annotations deep-copied?
  • Split embedded annotations?

Parameters

Optional

Type: String[]]

Source layers.

Optional

Type: String

Target layer.

Optional

Type: String

Feature where to store the index of the split annotations.

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