You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Georg Fette (JIRA)" <de...@uima.apache.org> on 2013/02/12 15:43:13 UTC

[jira] [Created] (UIMA-2659) Index is broken when Annotations do not form a partition on the document

Georg Fette created UIMA-2659:
---------------------------------

             Summary: Index is broken when Annotations do not form a partition on the document
                 Key: UIMA-2659
                 URL: https://issues.apache.org/jira/browse/UIMA-2659
             Project: UIMA
          Issue Type: Bug
          Components: TextMarker
    Affects Versions: 2.0.0TextMarker
            Reporter: Georg Fette


When there is no seeder used for a TextMarker engine and the processed document's annotations do not form a partition (there are passages where there are no annotations in the document) rules which should match do not match any more.
e.g.:
"This is a test" with annotations WORD on "This", "is", "a", "test", but not on the spaces inbetween, the rule "WORD[2] { -> MARK(CombinedWord)};" does not fire, because there are not WORD[2] combinations in the document.

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