The overview chapter in the version 3 user's guide

http://uima.apache.org/d/uimaj-current/version_3_users_guide.html#uv3.overview

states "In Version 3, the JCas classes ending in "_Type" are no longer used, and
the main JCas class definitions are much simplified."

I notice in your email that you have Java "import" statements listed for the the
xxx_Type classes.  What classes are those import statements in?

Cheers. -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