On 11/17/2011 1:35 AM, Josh Patterson wrote: > reading around further, still wrapping my head around the concepts, I found: > > https://github.com/jnioche/behemoth/blob/master/modules/uima/src/main/java/com/digitalpebble/behemoth/uima/UIMAMapper.java > > Is this considered a decent example of an annotator being run from > MapReduce in Hadoop?
Yes, I think so. You would need to extract results into the system of your choosing, not necessarily "behemoth". Also, you don't need to start with PEAR files; you can run with plain UIMA annotators (and therefore skip the PEAR install step). Cheers. -Marshall > > JP > > On Wed, Nov 16, 2011 at 4:37 PM, Marshall Schor <[email protected]> wrote: >> did you see/ read http://uima.apache.org/documentation.html#getting_started ? >> That's probably the closest thing we have to hello world :-) >> >> -Marshall >> >> On 11/16/2011 12:35 PM, Josh Patterson wrote: >>> Been curious about playing with UIMA and was wondering if you folks >>> could point me to the simplest demo app, the "hello world" of UIMA; >>> >>> I've poked around a bit, but I'm still trying to wrap my head around things. >>> >>> Thanks, >>> >>> Josh >>> > >
