You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Martin Toepfer (JIRA)" <de...@uima.apache.org> on 2013/11/06 10:31:18 UTC

[jira] [Created] (UIMA-3408) Ruta: Missing matches with dynamic anchoring

Martin Toepfer created UIMA-3408:
------------------------------------

             Summary: Ruta: Missing matches with dynamic anchoring
                 Key: UIMA-3408
                 URL: https://issues.apache.org/jira/browse/UIMA-3408
             Project: UIMA
          Issue Type: Bug
          Components: ruta
    Affects Versions: 2.1.0ruta
            Reporter: Martin Toepfer


Dynamic anchoring misses matches.

For instance, given the input file

bq. A, B and C.

the following script does not match the input using dynamic anchoring:

{quote}
PACKAGE test;

DECLARE A,C,ENUM;

CW {-> A};
"and" -> C;

A (COMMA A)* @C A {->MARK(ENUM,1,4)};
{quote}



--
This message was sent by Atlassian JIRA
(v6.1#6144)