Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0TextMarker
-
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.