Peter Klügl created UIMA-2937:
---------------------------------
Summary: Leading optional literal matching conditions in Ruta
Key: UIMA-2937
URL: https://issues.apache.org/jira/browse/UIMA-2937
Project: UIMA
Issue Type: Bug
Components: ruta
Affects Versions: 2.0.1ruta
Reporter: Peter Klügl
Assignee: Peter Klügl
Fix For: 2.0.2ruta
Armin Wegner reported:
In Ruta 2.0.2-SNAPSHOT, rules with an optional first element do not work. The
optional part seems to be mandatory. Using
DECLARE Test;
"a"? "b" "c"{->MARK(Test, 1, 3)};
on
a b c x b c
marks "a b c" (0, 5) but not "b c" (8, 11).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira