This package contains two comprehensively documented examples of using the Alveo UIMA wrapper to retrieve item lists from Alveo, add new annotations, and upload those new annotations back into Alveo.
The worked examples demonstrate how it is possible to use a POS tagger from DKPro-core to store new POS tags on existing items in Alveo.
The worked example code is primarily in the classes au.edu.alveo.uima.tutorial.PosTagDemo
and
au.edu.alveo.uima.tutorial.PosTagDemoAdvanced
. You can check out your own copy from this repository or
view the source online.