You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Peter Klügl (JIRA)" <de...@uima.apache.org> on 2013/03/21 17:59:16 UTC

[jira] [Created] (UIMA-2768) TextMarker: Add option for greedy anchoring

Peter Klügl created UIMA-2768:
---------------------------------

             Summary: TextMarker: Add option for greedy anchoring
                 Key: UIMA-2768
                 URL: https://issues.apache.org/jira/browse/UIMA-2768
             Project: UIMA
          Issue Type: New Feature
          Components: TextMarker
    Affects Versions: 2.0.0TextMarker
            Reporter: Peter Klügl
            Assignee: Peter Klügl
            Priority: Minor
             Fix For: 2.0.1TextMarker


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

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

can be used instead of

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

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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira