Wednesday, December 5, 2012

UIMA - Unstructured Information Management Architecture


UIMA

From Wikipedia, the free encyclopedia
Apache UIMA
Developer(s)IBMApache Software Foundation (since October 2006)
Stable release2.3.1 / March 22, 2011; 19 months ago[1]
Written inJava with C++ Enablement
Operating systemCross-platform
TypeText miningInformation Extraction
LicenseApache License 2.0
Websitehttp://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 clinicalnotes.

Contents

  [hide

[edit]Structure of UIMA

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 XMLrepresentation of annotations for integration with remote web services.
  4. It suggests development roles allowing tools to be used by users with diverse skills

[edit]IBM Watson - The Jeopardy Challenge

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

[edit]See also

[edit]References

[edit]External links


No comments:

Post a Comment