You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Viorel Morari (JIRA)" <de...@uima.apache.org> on 2019/01/11 13:18:00 UTC

[jira] [Commented] (UIMA-5947) Ruta: regex rule for subtoken annotation fails PARTOF

    [ https://issues.apache.org/jira/browse/UIMA-5947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740369#comment-16740369 ] 

Viorel Morari commented on UIMA-5947:
-------------------------------------

[~pkluegl] use Annotation instead of ANY!

> Ruta: regex rule for subtoken annotation fails PARTOF
> -----------------------------------------------------
>
>                 Key: UIMA-5947
>                 URL: https://issues.apache.org/jira/browse/UIMA-5947
>             Project: UIMA
>          Issue Type: Bug
>          Components: Ruta
>    Affects Versions: 2.6.1ruta
>            Reporter: Peter Klügl
>            Assignee: Viorel Morari
>            Priority: Major
>             Fix For: 2.7.0ruta
>
>
> {noformat}
> PACKAGE uima.ruta.training;
> DECLARE Keyword;
> DECLARE Entity(STRING value);
> DECLARE Digit;
> "100001" -> Keyword;
> "[0-9]" -> Digit;
> ADDRETAINTYPE(WS);
> a:(Keyword ANY*{PARTOF({W,Digit})}){-> Entity, Entity.value = a.ct};
> REMOVERETAINTYPE(WS);
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)