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

Ruta: wildcard lookahead falsely points to previous match

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.0.0ruta
    • 3.0.0ruta
    • Ruta
    • None

    Description

          String document = "a b c. a b c.";
          String script = "ANY+{-PARTOF({PERIOD, T1})->T1};\n";
          script += "\"a\" -> T2, T3;\n";
          script += "\"c\" -> T3;\n";
          script += "T1 -> { T2 # T3{-> T4};};\n";
      

      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: