UIMA AS Client

2010-12-16 Thread David García
Hi, I am modifying RunRemoteAsyncAE.java. What I'd like to do is to make an annotation in the Cas. In the case of an empty Cas: CAS cas = uimaEEEngine.getCAS(); I want to send a default text: cas.setDocumentText("Some text to send to AS service."); and create an annotation: MyAnnotation

UIMA AS - Web Services

2010-12-13 Thread David García
Hi, having had a look at UIMA AS and UIMA REST Service, I don't know what would it be the best option to deploy UIMA components as Web Services. I have also had a look at this WS UIMA tutorial. UIMA REST Service is quite si

[UIMA AS] example DD missing

2010-09-28 Thread David García
Hi all, I am working with UIMA AS and I have found that deployment descriptor "Deploy_MeetingAnnotator.xml", mentioned in the UIMA AS README is missing from UIMA_AS_HOME/examples/deploy/as/. This deployment descriptor is supposed to deploy a C++ annotator. Regards, David

Re: [UIMA C++ Framework] making examples

2010-09-02 Thread David García
the same directory. UIMA types are only defined in XML files. Java classes generated by Jcasgen are only used by Java annotator or application code as an optional way to access the CAS. Jcasgen classes are not used by UIMA C++ at all. Eddie On Fri, Aug 13, 2010 at 7:02 AM, David García wrote: E

Re: [UIMA C++ Framework] making examples

2010-08-13 Thread David García
me, or pretty close to the same. THis will verify the C++ component is working when accessed thru the JNI. Finally, starting integrating the c++ component with other components. Eddie On Thu, Aug 12, 2010 at 4:57 AM, David García wrote: Hi Eddie, sorry, I fixed that error. It was a problem with

Re: [UIMA C++ Framework] making examples

2010-08-12 Thread David García
, David El 12/08/2010 10:23, David García escribió: Hi Eddie, you were right. Now the C++ component is being used by the UIMA pipeline. Now, when I launch the UIMA pipeline, I still get a ResourceInitializationException. The message reads: java.lang.UnsatisfiedLinkError: no uima in

Re: [UIMA C++ Framework] making examples

2010-08-12 Thread David García
org.barcelonamedia.uima.DeSRAnnotator Regards, David El 10/08/2010 13:51, Eddie Epstein escribió: Hi David, The LD_LIBRARY_PATH should only include directories, not specific files. Try removing DeSR.so from the path. Eddie On Tue, Aug 10, 2010 at 5:37 AM, David García wrote: Hi, testing the C++ UIMA annotator I

Re: [UIMA C++ Framework] making examples

2010-08-10 Thread David García
egards, Eddie On Fri, Aug 6, 2010 at 3:35 AM, David García wrote: Hi Eddie, this C++ UIMA annotator needs previous Java UIMA annotators annotations, as this C++ UIMA annotator needs them to work with. But this types are implemented by means of Java classes, as these previous UIMA annotators are i

Re: [UIMA C++ Framework] making examples

2010-08-06 Thread David García
and the output types generated by that annotator. Why would you need types from other annotators? Eddie On Thu, Aug 5, 2010 at 6:48 AM, David García wrote: Hi, I have a doubt regarding UIMA C++ annotator. I'm developing a C++ annotator to be combined within a UIMA pipeline with other

Re: [UIMA C++ Framework] making examples

2010-08-05 Thread David García
UIMA annotator. Then, in this UIMA project, include the Java types required for the C++ UIMA annotator as well as its own types. Am I wrong, or would it be correct? David El 22/07/2010 10:02, David García escribió: It was version problem. Now it works. Thank you Eddie. David El 21/07/20

Re: [UIMA C++ Framework] making examples

2010-07-22 Thread David García
lavors for Linux, so if this is the problem, get the other one. One other solution if your OS is 64-bit and the uimacpp package is 32-bit: modify uimacpp/lib/base.mak to force all compiles to be 32-bit. Regards, Eddie On Wed, Jul 21, 2010 at 4:00 AM, David García wrote: Thanks for your an

Re: [UIMA C++ Framework] making examples

2010-07-21 Thread David García
ó: If you add the include to DaveDetector.cpp, it must be before the include of uima/api.hpp. A better way to go would be to put the include of into lowlevel_internal_indexes.hpp Eddie On Mon, Jul 19, 2010 at 3:01 AM, David García wrote: Hi Eddie, I have tried adding "#include", b

Re: [UIMA C++ Framework] making examples

2010-07-19 Thread David García
alternative is to install uimacpp and it's dependencies in some standard system directory, but this would require root access. Regards, Eddie On Thu, Jul 15, 2010 at 8:04 AM, David García wrote: Hi all, I am trying to use uimacpp, Linux version, but I have got problems making

[UIMA C++ Framework] making examples

2010-07-15 Thread David García
Hi all, I am trying to use uimacpp, Linux version, but I have got problems making C++ examples. I follow README instructions, and when I do: make -f DaveDetector.mak I get following error: /uimacpp/include/uima/lowlevel_internal_indexes.hpp: In member function ‘virtual void uima::lowlevel

Regarding 'CFE' and 'Regular Expression Annotator' sandbox tools

2010-05-31 Thread David García
Hello all, we are testing 'Regular Expression Annotator' and 'CFE Annotator' from SandBox. Once we have performed several tests with both of them, we are thinking of making some little changes in order to obtain further functionalities. In the case of 'CFE Annotator', we'd like to improve the