Hi there,
I suppose that you have to create an UIMA primitive engine and in its
"process" method to implement the two tasks you want:
1) convert structured data to text;
2) set it in the CAS;
3) add the "structural" information (from the CSV) as UIMA annotations
in the CAS;
greetings
Diman
On 09/27/2010 04:21 PM, [email protected] wrote:
Hi,
I would like to convert a structured text (csv) into its raw text and a
CAS. I have to do it in one run. So the raw text and the CAS a generated
at the same time. How to accomplish this with UIMA?
Thanks
Armin