[
https://issues.apache.org/jira/browse/UIMA-5881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16734941#comment-16734941
]
Peter Klügl commented on UIMA-5881:
-----------------------------------
in rules like:
{noformat}
(LymphInd # NUM{PARSE(a),a<100} ANY{REGEXP("/|von|of")}
NUM{PARSE(t),t<200,-PARTOF(Concept)}) {-PARTOF(TNMLymphNodesSentinel),
CONTAINS(LymphInd,1,1) -> TNMLymphNodes,
TNMLymphNodes.attacked=a,TNMLymphNodes.tested=t} ;
{noformat}
> Ruta: multiple matches of simple wildcard
> -----------------------------------------
>
> Key: UIMA-5881
> URL: https://issues.apache.org/jira/browse/UIMA-5881
> Project: UIMA
> Issue Type: Bug
> Components: Ruta
> Affects Versions: 2.6.1ruta
> Reporter: Peter Klügl
> Assignee: Peter Klügl
> Priority: Major
> Fix For: 2.7.0ruta
>
>
> Ruta: multiple matches of simple wildcard, something like:
> {noformat}
> CW{->A, A};
> # A;
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)