You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Peter Klügl (JIRA)" <de...@uima.apache.org> on 2013/03/07 16:16:13 UTC

[jira] [Resolved] (UIMA-2720) TextMarker NEAR condition not working correctly

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

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

    Resolution: Fixed

fixed
                
> TextMarker NEAR condition not working correctly
> -----------------------------------------------
>
>                 Key: UIMA-2720
>                 URL: https://issues.apache.org/jira/browse/UIMA-2720
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>    Affects Versions: 2.0.0TextMarker
>            Reporter: Benjamin Eckstein
>            Assignee: Peter Klügl
>            Priority: Minor
>             Fix For: 2.0.1TextMarker
>
>
> When searching forward, the NEAR conditions matches differently than when searching backwards.
> For example:
> Institution Date
> Here the rule 
> {noformat}
> Date{NEAR(Institution, 1, 1, false, true)};
> {noformat}
> matches but the rule 
> {noformat}
> Institution{NEAR(Date, 1, 1, true, true)};
> {noformat}
> doesn't.

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