These classes are "generated".
If you download from "SVN", you only get the source. From the source, you have
to run the Maven commands to build the artifact. As part of that, the Maven XML
Beans plugins runs, and will generate these classes.
Instructions on how to build are here: http://uima.apache.org/dev-quick.html
-Marshall
On 7/6/2012 12:12 PM, michelangelo wrote:
> Hello
> I downloaded the DictionaryAnnotator addon from SVN. Unfortunately it seems that
> it uses incubator classes like:
> import org.apache.incubator.uima.DictionaryDocument;
> import org.apache.incubator.uima.EntriesDocument;
> import org.apache.incubator.uima.EntryDocument;
> import org.apache.incubator.uima.TypeCollectionDocument;
> import org.apache.incubator.uima.DictionaryMetaDataDocument.DictionaryMetaData;
>
> and they are not in UIMA 2.4.
> Is there something I can do in order to compile?
> if not, there is a similar annotator for UIMA 2.4?
>
> many thanks
>
>
|