annatto 0.52.0

Converts linguistic data formats based on the graphANNIS data model as intermediate representation and can apply consistency tests.
Documentation
# split (graph_operation)

This operation splits conflated annotation values into individual annotations.

## Configuration

###  delimiter

This is the delimiter between the parts of the conflated annotation in the input graph

###  regex

The delimiter is a regular expression.

###  anno

The annotation that holds the conflated values.

###  layers

This maps a target annotation name to a list of potential values to be found in the split parts.

###  delete

If set to `true`, the original annotations will be deleted.