Hi Nilanjan,
You can take a look at Simple Server implementation-
http://uima.apache.org/sandbox.html#simple-server
and the result extractor that prepares the result-
http://svn.apache.org/repos/asf/uima/addons/trunk/SimpleServer/src/main/java/org/apache/uima/simpleserver/ResultExtractor.java
Regards,
Anuj
On Mon, Apr 9, 2012 at 12:56 PM, Nilanjan <nilanjan@sg.ibm.com> wrote:
> Hi,
>
> I am just getting started with UIMA. I am only interested in consuming a
> annotator or pear. Is there a sample app or part of it which does that.
> I see
> the C++ sample has a clear app which uses an annotator. I can't seem to
> figure
> out the Java equivalent.
>
> Thanks,
> - Nilanjan
>
> C++
> The UIMACPP package includes several sample UIMA C++ annotators and a
> sample C++
> application that instantiates and uses a C++ annotator.
>
>
|