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 2014/02/07 10:38:19 UTC

[jira] [Resolved] (UIMA-3604) Ruta: PARTOFNEQ condition does not consider type inheritence

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

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

    Resolution: Fixed

fixed and added test

> Ruta: PARTOFNEQ condition does not consider type inheritence
> ------------------------------------------------------------
>
>                 Key: UIMA-3604
>                 URL: https://issues.apache.org/jira/browse/UIMA-3604
>             Project: UIMA
>          Issue Type: Bug
>          Components: ruta
>    Affects Versions: 2.1.0ruta
>            Reporter: Martin Toepfer
>            Assignee: Peter Klügl
>             Fix For: 2.2.0ruta
>
>
> rule:
> Lexeme {PARTOFNEQ(Lexeme) -> UNMARK(Lexeme)};
> document:
> "> 51%"
> annotations:
> "> 51%" <- L1 : Lexeme
> "51%" <- L2 : Lexeme
> result:
> Does not match because the condition does not consider type inheritance.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)