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/12/09 11:08:08 UTC

[jira] [Commented] (UIMA-3292) Conflicting types are not flagged by RUTA

    [ https://issues.apache.org/jira/browse/UIMA-3292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13843033#comment-13843033 ] 

Peter Klügl commented on UIMA-3292:
-----------------------------------

Can we resolve this issue?

> Conflicting types are not flagged by RUTA
> -----------------------------------------
>
>                 Key: UIMA-3292
>                 URL: https://issues.apache.org/jira/browse/UIMA-3292
>             Project: UIMA
>          Issue Type: Bug
>          Components: ruta
>    Affects Versions: 2.1.0ruta
>            Reporter: Alexandre Patry
>            Assignee: Alexandre Patry
>             Fix For: 2.1.1ruta
>
>
> *Steps to reproduce*
> # Create a RUTA script containing the rule {{W {-> T1}}}
> # Add this script to an aggregate whose type system contains {{conflicting.W}}
> # Run the script on the text _word_
> *Expected behaviour*
> _word_ is annotated with {{T1}}
> *Observed behaviour*
> Depending on the on the order in which the types iterated on in RutaEnvironment#initializeTypes, one of the following is observed: 
> * {{W}} is resolved to {{org.apache.uima.ruta.type.W}} and _word_ is annotated with {{T1}}
> * {{W}} is resolved to {{conflicting.W}} and no {{T1}} annotation is created.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)