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

Reply via email to