I'm new in UIMA and I was tried to understand how UIMA works. I install UIMA Framework, eclipse, and every things seems work good...
I followed the tutorial but when I run the RoomAnnotator example with the Document Analyzer does not annotate correct. I tried to parse the text in the process method (method of JCasAnnotator_ImplBase implementation) using my annotation (begin and end and java indexOf String method etc). It find the exact text, but when document analyzer show me the result it does not a correct annotation (highlight text with some offset). Are there some problem with Document Analyzer? What is my mistake? Thank a lot Gianluca
