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

             Summary: Add a new TextMarker action for annotation-based trimming
                 Key: UIMA-2527
                 URL: https://issues.apache.org/jira/browse/UIMA-2527
             Project: UIMA
          Issue Type: New Feature
          Components: TextMarker
            Reporter: Peter Klügl
            Assignee: Peter Klügl
            Priority: Minor


Trimming of annotations based on a set of specific types is quite cumbersome 
right now. Add a new action, which does that automatically. 

An example: 
Annotation: " some text<br/>"
Action: TRIM(SPACE), TRIM(MARKUP) or TRIM({SPACE, MARKUP})
Resulting annotation: "some text"

--
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

Reply via email to