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

C++/Python annotators in Eclipse on Mac OS

2016-05-05 Thread Sean Crist
or suggestions on how to proceed? Thanks, —Sean Crist

Basic UIMA questions

2016-01-14 Thread Sean Crist
a way to just get a reference to the root node of my parse tree, so that I can simply step recursively through the tree (which assumes I’ve arranged for each node to contain references to its children). Thanks, --Sean Crist

Re: Annotator class name is required for a primitive Analysis Engine

2015-11-16 Thread Sean Crist
That was the problem. Thank you. ‹Sean Crist On 11/13/15, 4:50 PM, "Matthew DeAngelis" <roni...@gmail.com> wrote: >Hi Sean, > >Have you specified the name of the class file from the source folder? It's >been a while since I did the tutorial, but in descriptor f

Annotator class name is required for a primitive Analysis Engine

2015-11-13 Thread Sean Crist
ror, so I’m guessing that something quirky and unusual has gone wrong here. I’m using Eclipse for Mac, Mars.1, Release 4.5.1. Thanks, --Sean Crist