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

        

Reply via email to