|
Project Information
Featured
Downloads
Links
|
OVERVIEWThis UIMA Analysis Engine (AE) allows you to run Shell command over a Common Analysis Structure (CAS) element (view or annotation) and to store the result either as a new view or a new annotation. It mainly aims at running within a UIMA aggregate processing chain some external tools available via command line. These tools should perform their processing by taking the input as a file name parameter or a standard input ( stdin ) and produce the result via the standard output ( stdout ). With the uima-connectors project, this current component aims at solving interoperability issues when dealing with non native UIMA tools. The input must be either the SofaDataString of a specified view, or the value of an annotation String feature which should also be specified (e.g. org.apache.uima.TokenAnnotation and coveredText ). It is possible to only process some annotations belonging themselves to some parts of the sofa specified also as an annotation. The processing result can be saved as either the SofaDataString of a newly created view or the string feature value of a newly created annotation. FEATURES
CITEIf you use this project to support academic research, then please cite the following paper as appropriate. Thanks also to let me know by email (nicolas.hernandez @gmail.com). %% hal-00481459, version 1
%% http://hal.archives-ouvertes.fr/hal-00481459/en/
@inproceedings{HERNANDEZ:2010:HAL-00481459:1,
HAL_ID = {hal-00481459},
URL = {http://hal.archives-ouvertes.fr/hal-00481459/en/},
title = { {B}uilding a {F}rench-speaking community around {UIMA}, gathering research, education and industrial partners, mainly in {N}atural {L}anguage {P}rocessing and {S}peech {R}ecognizing domains},
author = {{H}ernandez, {N}icolas and {P}oulard, {F}abien and {V}ernier, {M}atthieu and {R}ocheteau, {J}{\'e}r{\^o}me},
affiliation = {{L}aboratoire d'{I}nformatique de {N}antes {A}tlantique - {LINA} - {CNRS} : {UMR}6241 - {U}niversit{\'e} de {N}antes - {E}cole des {M}ines de {N}antes },
booktitle = {{W}orkshop {A}bstracts {LREC} 2010 {W}orkshop '{N}ew {C}hallenges for {NLP} {F}rameworks' },
pages = {p64 },
address = {{L}a {V}alleta {M}alte },
day = {22},
month = {05},
year = {2010},
URL = {http://hal.archives-ouvertes.fr/hal-00481459/PDF/nlpf_lrec10.pdf},
}If you want to receive notifications on major updates, please send an email to the nicolas.hernandez's gmail account with the following subject: uima-shell request for notifcation. |