-
Notifications
You must be signed in to change notification settings - Fork 6
module__SplitOverlaps
#org.bibliome.alvisnlp.modules.SplitOverlaps
Splits overlapping annotations.
This module is experimental.
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?
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.