[ https://issues.apache.org/jira/browse/UIMA-6154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Peter Klügl updated UIMA-6154: ------------------------------ Description: {noformat} 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"; {noformat} was: 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"; > Ruta: wildcard lookahead falsely points 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 > Assignee: Peter Klügl > Priority: Major > Fix For: 3.0.0ruta > > > {noformat} > 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"; > {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005)