Hi Isaac,
sure you can develop the application you described also with UIMA SDK
v2.2. There is a migration tooling available that migrates IBM UIMA
components to Apache UIMA components. Please look at the documentation
for details:
http://incubator.apache.org/uima/downloads/releaseDocs/2.2.0-incubating/docs/html/overview_and_setup/overview_and_setup.html#ugr.project_overview_migrating_from_ibm_uima
-- Michael
ISAO Isaac Saito wrote:
Hi all,
I'm Isaac from Tokyo and developing Intra-University Search
application. This is the first post here.
I am developing an application using Analysis Engine called AE-x.
AE-x was made in year 2005 and might be using UIMA SDK v1.X.
It works fine on UIMA SDK v2.02(delivered by IBM)
but not on v2.20(latest), resulting in
org.apache.uima.resource.ResourceInitializationException.
Question: Could I develop the application above using UIMA SDK v2.20?
UIMA SDK in our application will be updated when the new version is released.
But I'd like to use AE-x as-is and don't like to edit java program of it
(mainly because of saving dev cost).
Editing other resources(ex. Component descriptor etc.) will be considered.
Thanks,
Isaac