UIMA is just a pipeline framework. It doesn't mean that it can do things, like NLP internally. Instead, it can be used to develop NLP or machine learning system in a streamline or parallel or any other fashion. Good system using UIMA includes cTakes, IBM's Dr. Watson and so on.
On Tue, Jun 18, 2013 at 7:05 AM, Rukku <[email protected]> wrote: > We are new to UIMA framework. > > We studying UIMA to see if we can use it to parse and extract information > from travel related emails (confirmation, cancellation). Information can be > Passenger names, Itinarary, flight details etc. and make an XML output. > > We tried using UIMA and ended up using just the Regex components which we > thought we could have use plain Java libraries to acheive the same. > > Any help in giving us some direction will be greatly appreciated. > > Regards, > > >
