You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Adam Lally (JIRA)" <ui...@incubator.apache.org> on 2006/12/28 23:04:21 UTC

[jira] Created: (UIMA-146) UimacppAnalysisComponent doesn't support ResultSpecification

UimacppAnalysisComponent doesn't support ResultSpecification
------------------------------------------------------------

                 Key: UIMA-146
                 URL: http://issues.apache.org/jira/browse/UIMA-146
             Project: UIMA
          Issue Type: Bug
          Components: Core Java Framework
            Reporter: Adam Lally
         Assigned To: Eddie Epstein


It looks like UimacppAnalysisComponent will always pass a null result specification through the JNI.  This should be fixed once the C++ enablement layer is ready.

Note that the new Java annotator interfaces have a setResultSpecification(ResultSpecification) method, rather than including a ResultSpecification on the process call.  We could consider doing that in C++ as well.  This has the advantage of notifying the annotator only when the result spec changes, so the annotator doesn't waste time checking the result spec on every process call.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (UIMA-146) UimacppAnalysisComponent doesn't support ResultSpecification

Posted by "Marshall Schor (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor closed UIMA-146.
-------------------------------

    Resolution: Later

deferred indefinitely - it's somewhat difficult to do, and there is no one (that we know of) needing this.

> UimacppAnalysisComponent doesn't support ResultSpecification
> ------------------------------------------------------------
>
>                 Key: UIMA-146
>                 URL: https://issues.apache.org/jira/browse/UIMA-146
>             Project: UIMA
>          Issue Type: Bug
>          Components: Core Java Framework
>            Reporter: Adam Lally
>            Assignee: Eddie Epstein
>
> It looks like UimacppAnalysisComponent will always pass a null result specification through the JNI.  This should be fixed once the C++ enablement layer is ready.
> Note that the new Java annotator interfaces have a setResultSpecification(ResultSpecification) method, rather than including a ResultSpecification on the process call.  We could consider doing that in C++ as well.  This has the advantage of notifying the annotator only when the result spec changes, so the annotator doesn't waste time checking the result spec on every process call.

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