Ram,

You might check out the uutuc project at:

http://code.google.com/p/uutuc/

The main goal of this project is to make it easier to dynamically describe and instantiate uima components. The project started off as utility classes for unit testing - but has really become a dynamic descriptor framework. We need to revamp the documentation to make this clearer. As a simple example you can instantiate an analysis engine with something like:

TypeSystemDescription tsd = TypeSystemDescriptionFactory.createTypeSystemDescription(MyType.class, MyType2.class, ...); AnalysisEngineFactory.createPrimitive(MyComponent.class, tsd, "myConfigurationParameterName", configParamValue, ...);

It's not a complete library but it has come a long ways since we released it last spring.
Cheers,
Philip


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

------------------------------------------------------------------------


No virus found in this incoming message.
Checked by AVG - www.avg.com Version: 9.0.704 / Virus Database: 270.14.61/2497 - Release Date: 11/11/09 12:41:00

Reply via email to