You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This page collects differences between Version 2 of UIMA and Version 1.

API changes

Annotator API

Result Specification

The Result Specification was previously passed in on each process() call as the 2nd parameter. Now it is set when changed and it's up to the annotator to store it in a local field and make it available
when needed.

The default impl base classes provide a getResultSpecification() method for this.

Annotator Context now UimaContext

The context for the Annotator is the same as the overall UIMA context. The impl base classes provide a getContext() method which returns now the UimaContext object

  • No labels