Re: External resource shared among AEs

2017-01-05 Thread Asher Stern
Hi Richard. Thanks very much! Asher 2017-01-04 20:59 GMT+02:00 Richard Eckart de Castilho <r...@apache.org>: > Hi Asher, > > > On 04.01.2017, at 15:35, Asher Stern <aste...@gmail.com> wrote: > > > > Hi. > > Using UIMAFit, is it possible to create a s

External resource shared among AEs

2017-01-04 Thread Asher Stern
Hi. Using UIMAFit, is it possible to create a single instance of an external-resource, and use it in several AEs, that are not connected to each other? They are *not* combined in an aggregate AE. They are totally independent. Each AE runs in a different thread, and processes different document.

Dynamically configure Sofa to be processed

2016-09-29 Thread Asher Stern
Hi all. I wanted to ask a question. Using UimaFit, how to tell an analysis engine, which is unaware of Sofas, to process a specific Sofa, without changing its code, after that engine has been created? I mean: I have an analysis engine that operates over the CAS. It uses JCas#getDocumentText()

Re: General question about UimaFIT

2016-09-09 Thread Asher Stern
Hi. Thanks for your answers. So it seems that programming-language independence is the primal reason to do things as they have done. Many thanks, Asher. 2016-09-09 18:49 GMT+03:00 Richard Eckart de Castilho <r...@apache.org>: > On 09.09.2016, at 17:37, Asher Stern <aste...@gmai

Re: General question about UimaFIT

2016-09-09 Thread Asher Stern
GMT+03:00 Richard Eckart de Castilho <r...@apache.org>: > On 09.09.2016, at 13:39, Asher Stern <aste...@gmail.com> wrote: > > > > Hi Armin. > > Thanks for your quick answer! > > > > While the workaround is indeed helpful, I am still curios why is there

Re: General question about UimaFIT

2016-09-09 Thread Asher Stern
tTypeSystem().getType(typeName); > > The empty type system is an XML descriptor file without types residing > somewhere in the class path. I use this for unit testing when I need a > fresh type system. > > Cheers, > Armin > > > -Ursprüngliche Nachricht- > Von: Ash

General question about UimaFIT

2016-09-09 Thread Asher Stern
Hi. I have a general question regarding UimaFIT. In UimaFIT there is no longer need to write and deal with XML files, thanks to new classes and annotations. This is the case for almost all UIMA components, like AE, AAE, CPE, etc. However, for type-system definition, XML files are still required.

Re: Read CAS in node.js

2016-08-29 Thread Asher Stern
s added to UIMA. > That might help you sending a CAS from Java to node.js. However, > the JSON deserialization on the Java side is still missing. > > Cheers, > > -- Richard > > > On 29.08.2016, at 10:54, Asher Stern <aste...@gmail.com> wrote: > > > > Hi Ri

Re: Read CAS in node.js

2016-08-29 Thread Asher Stern
t;r...@apache.org>: > Hi Asher, > > if you can call Java code from node.js, then check out the CasIOUtil > class in uimaFIT or wait a couple of days and then check out the > brand new CasIOUtils class in UIMAJ-SDK. > > Cheers, > > -- Richard > > > On 28.08.2016, at 11

Read CAS in node.js

2016-08-28 Thread Asher Stern
Hi. I have a question. Are there any good methods to read CAS from within node.js? Thanks in advance, Asher

Re: Eclipse Neon and version 2.8.2

2016-08-03 Thread Asher Stern
depends on the available time for > reviewing the release candidate. > > > Due to some new features, the next version will be 2.9.0 > > > Best, > > > Peter > > > Am 02.08.2016 um 12:26 schrieb Asher Stern: > > I just wanted to ask when will the

Eclipse Neon and version 2.8.2

2016-08-02 Thread Asher Stern
I just wanted to ask when will the Eclipse update site switch to version 2.8.2. I understand that Eclipse Neon is supported only in version 2.8.2, but that version has not yet been released so far. Thanks.