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

Ruta: Add option for greedy anchoring

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.0.0TextMarker
    • 2.2.0ruta
    • Ruta
    • None

    Description

      Ignore the anchor for the start of a rule match if a previous match of this same rule already covered that position.

      CW{-> MARK(Type,1,2)} ANY+;
      

      can be used instead of

      CW{-PARTOF(Type) -> MARK(Type,1,2)} ANY+;
      

      in order to get only one annotation. The user should be able to modify the matching behavior similar to dynamic anchoring, e.g., activating the option by an action.

      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: