-
Notifications
You must be signed in to change notification settings - Fork 6
converter__org.bibliome.alvisnlp.modules.projectors.Subject
Robert Bossy edited this page Jul 27, 2017
·
1 revision
#Subject
Converts into a projection subject.
In string conversion the subject is necessarily the section contents. The converter recognizes one of the following values:
- plain: searches for entries in the section contents without bounday check;
- words: searches for entries in the section contents and checks the match starts and ends at word boundaries;
- prefix: searches for entries in the section contents and checks the match starts at a word boundary;
- suffix: searches for entries in the section contents and checks the match ends at a word boundary;
For matching the section contents:
<param value="plain|words|prefix|suffix"/>```
or:
```xml
<param contents="plain|words|prefix|suffix"/>```
or:
```xml
<param>plain|words|prefix|suffix</param>```
For matching annotation feature values:
```xml
<param feature="FEATUREKEY" layer="LAYERNAME"/>```