Mihaly Heder created STANBOL-743:
------------------------------------
Summary: UIMA Integration tools - contribution to Stanbol
Key: STANBOL-743
URL: https://issues.apache.org/jira/browse/STANBOL-743
Project: Stanbol
Issue Type: New Feature
Components: Commons, Enhancer
Reporter: Mihaly Heder
Priority: Minor
The patch contains the following:
- commons/caslight
Apache Stanbol CAS Light Helper Module. This module provides utility classes
that emulate some aspects of UIMA CAS Features and FeatureStructures without
dependencies to real UIMA jars. This is used by 'UIMA Remote Client', 'UIMA
Local Client', 'UIMA To Triples' and 'BookSpotter by Sztaki' Enhancement
Engines. I hope this is in the right place under commons/, if not, please let
me know.
- enhancer/engines/uimaremote
Apache Stanbol UIMA Remote Client. This Enhancement Engine communicates with an
UIMA Simple Servlet trough REST to retreive UIMA annotations. For details, see:
http://blog.iks-project.eu/uima-apache-stanbol-integration-2/
- enhancer/engines/uimatotriples
Apache Stanbol UIMA To Triples Enhancement Engine. This turns UIMA annotations
into RDF triples by rules defined by the user. This module is only responsible
for handling annotations that are coming from UIMA Remote Client or UIMA Local
Client Enhancement Engines; It does not create any annotations on its own.
Naturally, in the Enhancement Chain's processing order this enhancer should
follow annotation source. For details, see:
http://blog.iks-project.eu/uima-apache-stanbol-integration-2/
- contrib/enhancer/uimalocal
Apache Stanbol UIMA Local Client. This is a template Enhancement Engine to
integrate Stanbol with your own UIMA engines. You cannot just bundle and run
this package. It needs to be customized first to import the specific uima
packages. For instructions, see:
http://blog.iks-project.eu/running-uima-engines-in-stanbol-using-the-same-jvm/
To be honest I did not know where to put this thing.
The patch was created against rev. 1385067.
The tar.gz contains the same thing for those who just want to download and
check it out. It has to be extracted in stanbol root.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira