Martin Toepfer created UIMA-4112:
------------------------------------
Summary: Ruta: Odd Rule Matching
Key: UIMA-4112
URL: https://issues.apache.org/jira/browse/UIMA-4112
Project: UIMA
Issue Type: Bug
Components: ruta
Reporter: Martin Toepfer
Assignee: Peter Klügl
When I apply
{noformat}
DECLARE N;
(NUM ((COMMA|PERIOD) NUM)?) {-> MARK(N)};
{noformat}
on
bq. A0.0, a. A.
Ruta creates an odd annotation "0," besides the correct annotation "0.0"; it
misses the two "0" annotations.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)