You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <de...@uima.apache.org> on 2010/08/03 02:37:17 UTC

[jira] Reopened: (UIMA-1840) Result Specification behavior incorrect for aggregates

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

Marshall Schor reopened UIMA-1840:
----------------------------------


the code that is run when x-unspecified is found does an improper setting of the language, because it copies the bit set, instead of setting each language.  Bit set copying is ok only if the mappings between languages and bit positions are the same, which they are not, in general.

> Result Specification behavior incorrect for aggregates
> ------------------------------------------------------
>
>                 Key: UIMA-1840
>                 URL: https://issues.apache.org/jira/browse/UIMA-1840
>             Project: UIMA
>          Issue Type: Bug
>          Components: Core Java Framework
>            Reporter: Eddie Epstein
>            Assignee: Marshall Schor
>             Fix For: 2.3.1
>
>
> For a scenario using default result specifications, if an annotator with language "x-unspecified" is included in an aggregate with a different language, say "en", any containsType method calls from the annotator will return false. 
> This behavior is incorrect given that the annotator has declared that it will work with any language.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.