You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@opennlp.apache.org by Sriram G <sr...@cbayindia.com> on 2011/01/04 08:48:06 UTC

Medical Information Retrieval

All,

Is there any way to extract clinical text medical term extraction like 
(disease, symptoms etc) using opennlp?.


Thanks
Sriram G

Re: Medical Information Retrieval

Posted by Jörn Kottmann <ko...@gmail.com>.
On 1/4/11 11:08 AM, Rao, Vaijanath wrote:
> 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.
>

I worked on a similar task a while back and extended the feature 
generators of the name finder a little
to be able to detect these entities better.
We are still missing a component to disambiguate/identify names, which I 
think you also need.

Jörn

Re: Medical Information Retrieval

Posted by Tommaso Teofili <to...@gmail.com>.
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 <va...@teamaol.com>

> 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:sriram.g@cbayindia.com]
> Sent: Tuesday, January 04, 2011 1:18 PM
> To: opennlp-users@incubator.apache.org
> 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
>

RE: Medical Information Retrieval

Posted by "Rao, Vaijanath" <va...@teamaol.com>.
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:sriram.g@cbayindia.com] 
Sent: Tuesday, January 04, 2011 1:18 PM
To: opennlp-users@incubator.apache.org
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