Peter Klügl created UIMA-4471:
---------------------------------
Summary: ruta: combination of inlined rules allow execution of
action for failed matches
Key: UIMA-4471
URL: https://issues.apache.org/jira/browse/UIMA-4471
Project: UIMA
Issue Type: Bug
Components: ruta
Affects Versions: 2.3.0ruta
Reporter: Peter Klügl
Assignee: Peter Klügl
Fix For: 2.3.1ruta
Example:
{noformat}
Sentence{-> UNMARK(Sentence)}<-{ W PERIOD CW;}->{# W PERIOD CW #{->
MARK(Sentence,1,2,3), MARK(Sentence,4,5)};};
{noformat}
... removes all sentences where the pattern (conditional inlined rule) does not
apply...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)