UIMACpp 2.1 hasn't been officially released yet.  It is however,
available in trunk via svn.  Which if you have subversion installed
might be gotten via:

svn checkout
http://svn.apache.org/repos/asf/incubator/uima/uimacpp/trunk

However, this being said, I haven't gotten it to compile yet, myself and
I'm not entirely sure what kind of state it is in.  I think many of the
changes from 1.4 to 2.1 were changing names from "IBM" to "Apache", so
it could be in great shape (the code for IBM UIMA 2.0 doesn't appear to
have ever been made public).  The C++ annotators that I have built have
all been using UIMA 1.4. links to which you can find at:

http://uima-framework.sourceforge.net/

Also, the framework appears to enable C++ and Java analysis engines, but
there isn't any way to mix the two other than by sending along the cas
from one analysis engine to the next.  


-----Original Message-----
From: Benjamin Sznajder [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 16, 2007 5:49 AM
To: [email protected]
Subject: Running code in C++ in our annotator.


Hi,

I read in the documentation that :

"The SDK is principally focussed on Java development. It also includes
facilities for
C++ Enablement for UIMA Components which allow UIMA components to be
written in C++ and have access to a C++ version of the CAS. When used in
this
manner, the Java UIMA framework can incorporate analytic functions
written
in
C++. Optional files included with the UIMA SDK describe this
functionality
and
provide example code. See the Quick Start manual for more information on
this.
Other languages, including Python, Perl, and TCL, are being added to the
list."


I would be interested to know where can I read about this: namely, I
would
like to add some C++ code to one of my annotators and am interested to
have
some hints about this.

Regards,
Benjamin

Reply via email to