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

Cascading wildcards cause massive match in Ruta

    XMLWordPrintableJSON

Details

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

    Description

      If there is a second wildcard in a composed rule element construct, then that one creates an alternative match and the first one cannot verify whether the match later on was successful. The result is a match on all possible future alternatives.

      This happens with a rule like:

      CAP{STARTSWITH(Title) -> UNMARK(Title, true)} # (CW #){-> MARK(Title)} CW;
      

      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: