I am new to UIMA.
I want to develop an app using UIMA and uimaFIT that can parse any email related to air tickets, such as Confirmation Email, Cancellation Email etc. and extract the valuable information from it like Ticket Number, Flight Number, Departure Time, Arrival Time, Passenger Name etc. How can I achieve this using uimaFIT. Currently I tried to use uimaFIT to just read a String and with Regular Expression tried to extract the information, but it seems too complicated as Email is not structured. Any suggestions of how to connect with the emails and perform parsing without using RegEx.
Any suggestions.