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

StackOverflowError by greedy TextMarker rule elements

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.0TextMarker
    • 2.0.0TextMarker
    • Ruta
    • None

    Description

      The new implementation of the TextMarker rule inference is now based on recursion. Greedy rule elements continue their match on additional annotations therefore with a call of continueMatch(). This causes a quite big call stack for rules like ANY+ on large documents. Investigate the error. Maybe introduce a new method continueOwnMatch that is based on a loop.

      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: