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/06 21:27:15 UTC

[jira] Closed: (UIMA-1852) improve examples in case where they fail to produce output due to ResultSpecifications

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

Marshall Schor closed UIMA-1852.
--------------------------------

    Fix Version/s: 2.3.1
       Resolution: Fixed

> improve examples in case where they fail to produce output due to ResultSpecifications
> --------------------------------------------------------------------------------------
>
>                 Key: UIMA-1852
>                 URL: https://issues.apache.org/jira/browse/UIMA-1852
>             Project: UIMA
>          Issue Type: Improvement
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>             Fix For: 2.3.1
>
>
> Several times users have been confused when they run example code for the PersonTitle annotator, or the TutorialDateTime annotator, and they see that no results were produced.  This can be due to the passed in Result Specification to the primitive annotator having some specification, and the CAS being processed having an incompatible specification.  
> For instance, the TutorialDateTime annotator has an output capability specification that says it can produce date time output for CASes having the language "en" or a subset (e.g., "en-us").   If the CAS coming in has no language specified (or is x-unspecified) or is a language which is not a subset of "en" (e.g., pt-br - brazilian portuguese), then that annotator can't produce output.  
> Sometimes users forget to specify a language, and don't realize this.  To help explain to users what is going on, have the example annotators print out a one-time message to the effect that they are not producing any output due to the result specification, and show the relevant parts of the specification, and the language coming in with the CAS.

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