UIMA

From Wikipedia, the free encyclopedia
Jump to: navigation, search
Apache UIMA
Developer(s) IBM, Apache Software Foundation (since October 2006)
Stable release 2.3.1 / March 22, 2011 (2011-03-22)[1]
Written in Java with C++ Enablement
Operating system Cross-platform
Type Text mining, Information Extraction
License Apache License 2.0
Website http://uima.apache.org/

UIMA stands for Unstructured Information Management Architecture. An OASIS standard[2] as of March 2009, UIMA is to date the only industry standard for content analytics[citation needed].

UIMA is a component software architecture for the development, discovery, composition, and deployment of multi-modal analytics for the analysis of unstructured information and its integration with search technologies developed by IBM. The source code for a reference implementation of this framework has been made available on SourceForge, and later on the website of the Apache Software Foundation.

An example is a logistics analysis software system that could convert unstructured data such as repair logs and service notes into relational tables. These tables can then be used by automated tools to detect maintenance or manufacturing problems.

Other examples are systems that are used in medical environments to analyze clinical notes.

Contents

Structure of UIMA [edit]

The UIMA architecture can be thought of in four dimensions:

  1. It specifies component interfaces in an analytics pipeline
  2. It describes a set of Design patterns
  3. It suggests two data representations: an in-memory representation of annotations for high-performance analytics and an XML representation of annotations for integration with remote web services.
  4. It suggests development roles allowing tools to be used by users with diverse skills

IBM Watson - The Jeopardy Challenge [edit]

In February 2011 a computer from IBM Research named Watson won a competition on Jeopardy! against Jeopardy star Ken Jennings and undefeated Jeopardy champion Brad Rutter. Watson is a highly advanced computer from IBM Research that uses UIMA for real-time content analytics.[3]

See also [edit]

References [edit]

External links [edit]