Re: CPE memory usage

2016-08-29 Thread Jens Grivolla
Hi Armin, glad I could help. Getting all IDs first also avoids problems with changing data which could mess with the offsets. This way you have a fixed snapshot of all existing documents (at the beginning). Best, Jens On Mon, Aug 29, 2016 at 8:12 AM, wrote: > Hi Jens,

Re: UIMA class?

2016-08-29 Thread Richard Eckart de Castilho
Hi Sean, there have been occasional hands-on tutorials that I know of, one of which are linked here: https://uima.apache.org/gscl13.html That's one that Peter (Ruta) and I (uimaFIT/DKPro Core) did IRL. But I have seen slides here and there on Google from other tutorials from conferences

Re: UIMA class?

2016-08-29 Thread Debbie Zhang
I think if someone can make some YouTube videos. That would be very helpful. Regards, Debbie > On 30 Aug 2016, at 2:14 AM, Marshall Schor wrote: > > did you see the "getting started" part of the docs for UIMA? > > e.g. http://uima.apache.org/documentation.html#getting_started

Re: UIMA class?

2016-08-29 Thread Marshall Schor
did you see the "getting started" part of the docs for UIMA? e.g. http://uima.apache.org/documentation.html#getting_started -Marshall On 8/29/2016 11:31 AM, Sean Crist wrote: > Hi, > > I’ve found that UIMA has such a learning curve to it that I’m wondering if > anyone ever offers classes in it

UIMA class?

2016-08-29 Thread Sean Crist
Hi, I’ve found that UIMA has such a learning curve to it that I’m wondering if anyone ever offers classes in it (real-life, not YouTube). If the instructor really knew what they were doing, I’d pay to travel somewhere for a week to get some intensive training in it. Failing that, I’m

Re: Debugging a NullPointerException in UIMA AS / processing timeouts

2016-08-29 Thread Jaroslaw Cwiklik
Egbert, thanks. I forgot to ask, what version of UIMA-AS are you using? Also, are you using sendCAS() or sendAndReceive() API? Have a great vacation! -jerry On Sun, Aug 28, 2016 at 9:39 AM, Egbert van der Wal wrote: > Hi Jerry, > > Thanks for the suggestion. I have the

Does anybody have a copy of Ed Loper's "pycas"?

2016-08-29 Thread Richard Eckart de Castilho
Hi all, some years back, Ed Loper had announced a Python-based CAS implementation and apparently had made it available through his homepage. However, the link does not work anymore. Did anybody maybe download the code and could provide a copy of it? (Btw. I already checked the Internet Archive,

Re: Read CAS in node.js

2016-08-29 Thread Asher Stern
Yes, I agree. What I actually need is a CAS deserialization library in node.js. 2016-08-29 11:58 GMT+03:00 Richard Eckart de Castilho : > Well, then the question is in which format you have your CAS... > > Some time back, a basic JSON serialization module was added to UIMA. >

Re: Read CAS in node.js

2016-08-29 Thread Asher Stern
Hi Richard. Thanks very much! However, we strongly prefer a solution which does not require this interoperability of calling Java from node.js. So if such a solution is available, it can be very helpful. Thanks a lot. Asher 2016-08-29 11:45 GMT+03:00 Richard Eckart de Castilho

Re: Read CAS in node.js

2016-08-29 Thread Richard Eckart de Castilho
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:11, Asher Stern wrote: > > Hi. > I have a