Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-4021

Ruta: problem with conjunctive rule elements with feature matches

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.2.1ruta
    • 2.3.0ruta
    • Ruta
    • None

    Description

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

      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" );
      

      Attachments

        Activity

          People

            pkluegl Peter Klügl
            pkluegl Peter Klügl
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: