Re: How to enable source in Eclipse?

2012-11-16 Thread Tony Su
Believe I was able to successfully import using a slightly different approach, doing the following 1. Install m2e eclipse plugin 2. import.. (pointing to root of source) The wizard was able to find the global pom file, then proposed importing initially without two further maven dependencies. 3.

[ANNOUNCE] Apache UIMA-AS 2.4.0 released

2012-11-16 Thread Jaroslaw Cwiklik
The Apache UIMA team is pleased to announce the release of version 2.4.0 of the Apache UIMA AS, which includes asynchronous scaleout capabilities for the UIMA annotators. The UIMA AS 2.4.0 binaries and source are available for download from: http://uima.apache.org/downloads.cgi UIMA AS includes t

Re: [Pythonnator] subiterator and array specification in descriptor

2012-11-16 Thread Eddie Epstein
Hi David, The python swig interface to C++ is defined in $UIMACPP_HOME/scriptators/uima.i It should be easy for you to extend this class to include any UIMA C++ API. Regards, Eddie On Fri, Nov 9, 2012 at 7:24 AM, David Garcia Narbona wrote: > Hi all, > > having a look at pyhonnator.py API, is i

Re: Arrays/Lists of custom types

2012-11-16 Thread Richard Eckart de Castilho
I'd recommend to use FSList only when it is necessary that elements are added to the list at some point. If the number of elements in your list are known when the feature is set and no elements need to be appended later, I would recommend FSArray. -- Richard Am 16.11.2012 um 02:15 schrieb Hima

Re: How to enable source in Eclipse?

2012-11-16 Thread Tony Su
Cool. Thx, will try your approaches. Tony On Nov 16, 2012 12:57 AM, "Yasen Kiprov" wrote: > Hi Tony, > > I don't know about the addSourceToJARS.sh but here is what I did: > > - Build your project with maven depending on the UIMA jars > - Download the source > - Start your project in debug and st

Re: How to enable source in Eclipse?

2012-11-16 Thread Yasen Kiprov
Hi Tony, I don't know about the addSourceToJARS.sh but here is what I did: - Build your project with maven depending on the UIMA jars - Download the source - Start your project in debug and step into a class from the UIMA jars - Eclipse says "Source not found" or something and has a button "Edit