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.