Dynamic anchoring of rule elements
----------------------------------

                 Key: UIMA-2234
                 URL: https://issues.apache.org/jira/browse/UIMA-2234
             Project: UIMA
          Issue Type: New Feature
          Components: TextMarker
            Reporter: Peter Klügl
            Assignee: Peter Klügl


The rule elements currently match only in one direction: from left to right. 
For performance reasons the start position of the rule matching should be 
calculated by some heuristics. An example: Given a document with thousands of 
words and with only 10 punctuation marks, and a rule "word followed by a 
punctuation mark". That rule should not start by looking at all words of the 
document, but at the punctuation marks. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to