I think you could also take advantage of using OpenNLP UIMA package and plug components from BioNLP project wrapped as UIMA annotators [1]. Cheers, Tommaso
[1] : http://bionlp-uima.sourceforge.net/ 2011/1/4 Rao, Vaijanath <[email protected]> > Hi Sriram, > > There are many ways you can accomplish this via opennlp. One way is to > treat them as Named Entities and then create a named entity training corpus > first for those entities. > > Once you have created the named entity model, you can then use that to > identify these terms. You might have to modify the feature generator to > suite your requirements. > > --Thanks and Regards > Vaijanath N. Rao > > -----Original Message----- > From: Sriram G [mailto:[email protected]] > Sent: Tuesday, January 04, 2011 1:18 PM > To: [email protected] > Subject: Medical Information Retrieval > > All, > > Is there any way to extract clinical text medical term extraction like > (disease, symptoms etc) using opennlp?. > > > Thanks > Sriram G >
