[ 
https://issues.apache.org/jira/browse/UIMA-2659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Peter Klügl resolved UIMA-2659.
-------------------------------

    Resolution: Fixed

fixed and added test
                
> TextMarker: Sequential matching is broken for incomplete partitions
> -------------------------------------------------------------------
>
>                 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
>            Assignee: Peter Klügl
>
> 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

Reply via email to