UIMA > Index > UIMA Requirements
Added by Michael Baessler, last edited by Anup Patel on Jun 08, 2008  (view change)

This page was created to gather UIMA requirements from users. Feel free to add your topics here.

We will check this page steady to discuss the suggestions and requirements. 

Requirements / Suggestions

UIMA Class Loading Extension

Improvements of FSList/FSArray management

  • make it easier to add elements
  • make it easier to iterate FSList

Additional Class for Collection of CASs called "CCAS"

  • CCAS will have common index for all CASs. There are faster techniques for regular expression
    based annotation on collection of documents using inverted index which can be applied on CCAS.
  • CCAS can have some kind of integration with Hadoop Distributed File System so that it
    is easier to write Map-Reduce task in Hadoop. It can be a way towards integrating UIMA
    with Hadoop.