Peter Klügl created UIMA-6154:
---------------------------------
Summary: Ruta: wildcard lookahead falsely point to previous match
Key: UIMA-6154
URL: https://issues.apache.org/jira/browse/UIMA-6154
Project: UIMA
Issue Type: Bug
Components: Ruta
Affects Versions: 3.0.0ruta
Reporter: Peter Klügl
Fix For: 3.0.0ruta
String document = "a b c. a b c.";
String script = "ANY+{-PARTOF({PERIOD, T1})->T1};\n";
script += "\"a\" -> T2, T3;\n";
script += "\"c\" -> T3;\n";
script += "T1 -> { T2 # T3{-> T4};};\n";
--
This message was sent by Atlassian Jira
(v8.3.4#803005)