TextAnnotation new Model Converter Engine
This Engine converts 'fise:TextAnnotation' to include the 'fise:selection-prefix' and 'fise:selection-suffix' properties as introduced by STANBOL-987.
It processes all 'fise:TextAnnotation' that select a specific part of the text. Meaning that they define a 'fise:start' and 'fise:end' property. 'fise:TextAnnotations' that do already define 'fise:selection-prefix' or 'fise:selection-suffix' properties are skipped.
Configuration:
Other than the configurations for the engines name and ranking this engine supports the following custom properties:
- Prefix Suffix Length (enhancer.engines.textannotationnewmodel.prefixSuffixSize): Allows to change the char length of prefixes and suffixes. The default is
10
. The minimum allowed value is3