uimaFIT is a free and open-source Java library that offers factories, injection, and testing utilities for UIMA.
UIMA components are generally configured by creating XML descriptor files which tell the framework at runtime how components should be instantiated and deployed.
These XML descriptor files are very tightly coupled with the Java implementation of the components they describe.
The uimaFIT library provides Java annotations for describing UIMA components which can be used to directly describe the UIMA components in the code.
Detailed instructions on how to install and use the uimaFIT utility on your Mac are available HERE.
uimaFIT is a cross-platform utility capable of running on any operating system that comes with Java support (e.g. Mac OS X, Windows, Linux).
Here are some key features of "uimaFIT":
· Pipelines
· Type systems
· Configuration parameters
· External resources
· Sofas/Views
Requirements:
· Java
What's New in This Release: [ read full changelog ]
· resolved issue #130 "upgrade dependencies?"
· resolved issue #129 "HideOutput should not extend OutputStream"
· resolved issue #84 "upgrade to Java 6"