On Tue, Apr 21, 2009 at 4:49 PM, Hamed, Ahmed A. <[email protected]> wrote: > Hello, > What is the difference between JTextAnnotator_ImplBase and > JCasAnnotator_ImplBase and when to use one over the other. > I am trying to process text documents and consume the XML results but not > sure which interface to implement. > Thanks, > Ahmed >
Ahmed, JCasAnnotator_ImplBase is the right one to use. JTextAnnotator_ImplBase is an older class from UIMA v1.x and was left around for compatibility. -Adam
