Ram Mohan Yaratapally wrote:
> Hi
>
> I am currently evaluating Apache UIMA for one of our requirement. Can
> somebody clarify me whether it is possible to load the Annotators
> and Feature Properties dynamically?
>
> - Ram
>
>
Please see this part of the docs that describe how to programmatically
load and run annotators:
http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.application.using_aes
Our test cases can also provide code samples of how descriptors are
dynamically built containing Annotators and type systems, and then
dynamically loaded.
-Marshall
|