You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Peter Klügl (JIRA)" <de...@uima.apache.org> on 2014/09/25 13:05:33 UTC

[jira] [Created] (UIMA-4021) Ruta: problem with conjunctive rule elements with feature matches

Peter Klügl created UIMA-4021:
---------------------------------

             Summary: Ruta: problem with conjunctive rule elements with feature matches
                 Key: UIMA-4021
                 URL: https://issues.apache.org/jira/browse/UIMA-4021
             Project: UIMA
          Issue Type: Bug
          Components: ruta
    Affects Versions: 2.2.1ruta
            Reporter: Peter Klügl
            Assignee: Peter Klügl
             Fix For: 2.2.2ruta


A user reported that there is a problem with conjunctive rule elements with features matches that follow some rule element. An example:

{noformat}
DECLARE Annotation Token (STRING posTag, STRING mood, STRING tense);

"Peter"{-> CREATE(Token, "posTag" = "noun")} 
"did"{-> CREATE(Token, "posTag" = "verb", "mood" = "p", "tense" = "p")}  
"something";

Token.posTag == "noun" ( Token.posTag == "verb" & Token.mood=="p" & Token.tense=="p" );
{noformat}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)