Hi,

I'm guessing you're using uima version 3, not uima version 2, is this correct?

If so, you can just delete the JCas classes whose names end in "_Type"; they are
not used in version 3.

Leaving them in place won't hurt anything, also, (except for those annoying
warnings).

-Marshall

On 8/27/2019 8:32 AM, Kumar, Chettan wrote:
>
> Dear UIMA Support team,
>
>
> I am facing problem to import (TOP_Type, Annotation_Type) as warning {The type
> TOP_Type is deprecated, The type  Annotation_Type is deprecated}.
>
> Due to this, I can start my experiment so please give me some advise to deal
> with these type of warning.
>
>
> Thank you
>
>
> import org.apache.uima.jcas.cas.TOP_Type;
> import org.apache.uima.jcas.tcas.Annotation_Type;
>
>
>
> Best Regards
>
> Chettan
>
>
>

Reply via email to