I have been trying UIMA JAVA_SDK to extract the text between two tags
using regex group and also i have to access the index position(Begin and
End Value)of the matched annotation for the text between tags.
REGEX I USED IS :
<w:t>(.+?)</w:t>
I need the annoation to be matched only for the group(.+?)Explain me with a detailed Explanation and example. Thanks in Advance.
