Re: UIMA Python integration?

2011-12-30 Thread Nicolas Hernandez
Thanks for your answers. To pursue the discussion, I d like to develop python applications which manage UIMA workflows (creation, instantiation of AE, ...) in a similar way to the org.apache.uima.UIMAFramework class described in the Chapter 3. Application Developer's Guide of UIMA Tutorial and

Re: UIMA Python integration?

2011-12-16 Thread Jens Grivolla
Hi Nicolas, we haven't really made any progress. Right now we're using only Java within the UIMA pipeline (and one C++ annotator). We then generate XMIs (or in some cases inline XML to get annotations aligned automatically) and work on that in Python, without a library and probably not even

UIMA Python integration?

2011-05-04 Thread Jens Grivolla
Hi, what's the current status on combining UIMA and Python? I know that it should be possible to write AEs in Python using either the BSF Annotator (and jython) or Pythonnator (using SWIG). I haven't tried either one yet, so I'm open to recommendations on which to use. I would also very