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

Ruta: Missing matches with dynamic anchoring

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1.0ruta
    • 2.2.0ruta
    • Ruta
    • None

    Description

      Dynamic anchoring misses matches.

      For instance, given the input file

      A, B and C.

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

      PACKAGE test;

      DECLARE A,C,ENUM;

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

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

      Attachments

        Activity

          People

            pkluegl Peter Klügl
            mtoepfer Martin Toepfer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: