You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@opennlp.apache.org by Sheng Guo <en...@hotmail.com> on 2012/07/17 20:28:17 UTC

Any good way to chunk the news title?

Hi,
Recently I am trying the openNLP for chunking news title. News titles look very different from normal sentence, sometimes it is just a short phrase.
I tried the current openNLP chunker with the default models, the result is not that good.
Can anyone help me with this problem?
(1) Anyone has good chunker usage sample code? just make sure I am doing it in the correct way.(2) Anyway to improve the short title chunking for a specific domain?
Thanks!
Sheng 		 	   		  

RE: Any good way to chunk the news title?

Posted by Sheng Guo <en...@hotmail.com>.
That will cost some time. But seems that's the only way.Thanks!

> Date: Tue, 17 Jul 2012 19:36:23 -0700
> Subject: Re: Any good way to chunk the news title?
> From: goksron@gmail.com
> To: users@opennlp.apache.org
> 
> How many text titles do you have? You may have to create your own
> training set and train your own chunking model.
> 
> 
> On Tue, Jul 17, 2012 at 7:24 PM, Sheng Guo <en...@hotmail.com> wrote:
> >
> > Hi Adam,
> > I guess I may need a better NER other than a chunker.I don't know if the result will be significantly different when the title is short or sometimes only a long phrase. Does current chunker or NER in OpenNLP handle these kind of title-style text?
> > Thanks,
> > Sheng
> >
> >> From: a.goodkind@gmail.com
> >> Date: Tue, 17 Jul 2012 17:28:14 -0400
> >> Subject: Re: Any good way to chunk the news title?
> >> To: users@opennlp.apache.org
> >>
> >> Hi Sheng,
> >>
> >> As you mentioned, sometimes titles are just short phrases. Given this, the
> >> title might usually just be one chunk. What sort of results are you looking
> >> for?
> >>
> >> Adam
> >>
> >> On Tue, Jul 17, 2012 at 2:28 PM, Sheng Guo <en...@hotmail.com> wrote:
> >>
> >> >
> >> > Hi,
> >> > Recently I am trying the openNLP for chunking news title. News titles look
> >> > very different from normal sentence, sometimes it is just a short phrase.
> >> > I tried the current openNLP chunker with the default models, the result is
> >> > not that good.
> >> > Can anyone help me with this problem?
> >> > (1) Anyone has good chunker usage sample code? just make sure I am doing
> >> > it in the correct way.(2) Anyway to improve the short title chunking for a
> >> > specific domain?
> >> > Thanks!
> >> > Sheng
> >>
> >>
> >>
> >>
> >> --
> >> *Adam Goodkind *
> >> *w*  adamgoodkind.com <http://www.adamgoodkind.com>
> >> *t*   @adamgreatkind <https://twitter.com/#%21/adamgreatkind>
> >
> 
> 
> 
> -- 
> Lance Norskog
> goksron@gmail.com
 		 	   		  

Re: Any good way to chunk the news title?

Posted by Lance Norskog <go...@gmail.com>.
How many text titles do you have? You may have to create your own
training set and train your own chunking model.


On Tue, Jul 17, 2012 at 7:24 PM, Sheng Guo <en...@hotmail.com> wrote:
>
> Hi Adam,
> I guess I may need a better NER other than a chunker.I don't know if the result will be significantly different when the title is short or sometimes only a long phrase. Does current chunker or NER in OpenNLP handle these kind of title-style text?
> Thanks,
> Sheng
>
>> From: a.goodkind@gmail.com
>> Date: Tue, 17 Jul 2012 17:28:14 -0400
>> Subject: Re: Any good way to chunk the news title?
>> To: users@opennlp.apache.org
>>
>> Hi Sheng,
>>
>> As you mentioned, sometimes titles are just short phrases. Given this, the
>> title might usually just be one chunk. What sort of results are you looking
>> for?
>>
>> Adam
>>
>> On Tue, Jul 17, 2012 at 2:28 PM, Sheng Guo <en...@hotmail.com> wrote:
>>
>> >
>> > Hi,
>> > Recently I am trying the openNLP for chunking news title. News titles look
>> > very different from normal sentence, sometimes it is just a short phrase.
>> > I tried the current openNLP chunker with the default models, the result is
>> > not that good.
>> > Can anyone help me with this problem?
>> > (1) Anyone has good chunker usage sample code? just make sure I am doing
>> > it in the correct way.(2) Anyway to improve the short title chunking for a
>> > specific domain?
>> > Thanks!
>> > Sheng
>>
>>
>>
>>
>> --
>> *Adam Goodkind *
>> *w*  adamgoodkind.com <http://www.adamgoodkind.com>
>> *t*   @adamgreatkind <https://twitter.com/#%21/adamgreatkind>
>



-- 
Lance Norskog
goksron@gmail.com

RE: Any good way to chunk the news title?

Posted by Sheng Guo <en...@hotmail.com>.
Hi Adam,
I guess I may need a better NER other than a chunker.I don't know if the result will be significantly different when the title is short or sometimes only a long phrase. Does current chunker or NER in OpenNLP handle these kind of title-style text?
Thanks,
Sheng

> From: a.goodkind@gmail.com
> Date: Tue, 17 Jul 2012 17:28:14 -0400
> Subject: Re: Any good way to chunk the news title?
> To: users@opennlp.apache.org
> 
> Hi Sheng,
> 
> As you mentioned, sometimes titles are just short phrases. Given this, the
> title might usually just be one chunk. What sort of results are you looking
> for?
> 
> Adam
> 
> On Tue, Jul 17, 2012 at 2:28 PM, Sheng Guo <en...@hotmail.com> wrote:
> 
> >
> > Hi,
> > Recently I am trying the openNLP for chunking news title. News titles look
> > very different from normal sentence, sometimes it is just a short phrase.
> > I tried the current openNLP chunker with the default models, the result is
> > not that good.
> > Can anyone help me with this problem?
> > (1) Anyone has good chunker usage sample code? just make sure I am doing
> > it in the correct way.(2) Anyway to improve the short title chunking for a
> > specific domain?
> > Thanks!
> > Sheng
> 
> 
> 
> 
> -- 
> *Adam Goodkind *
> *w*  adamgoodkind.com <http://www.adamgoodkind.com>
> *t*   @adamgreatkind <https://twitter.com/#%21/adamgreatkind>
 		 	   		  

Re: Any good way to chunk the news title?

Posted by Adam Goodkind <a....@gmail.com>.
Hi Sheng,

As you mentioned, sometimes titles are just short phrases. Given this, the
title might usually just be one chunk. What sort of results are you looking
for?

Adam

On Tue, Jul 17, 2012 at 2:28 PM, Sheng Guo <en...@hotmail.com> wrote:

>
> Hi,
> Recently I am trying the openNLP for chunking news title. News titles look
> very different from normal sentence, sometimes it is just a short phrase.
> I tried the current openNLP chunker with the default models, the result is
> not that good.
> Can anyone help me with this problem?
> (1) Anyone has good chunker usage sample code? just make sure I am doing
> it in the correct way.(2) Anyway to improve the short title chunking for a
> specific domain?
> Thanks!
> Sheng




-- 
*Adam Goodkind *
*w*  adamgoodkind.com <http://www.adamgoodkind.com>
*t*   @adamgreatkind <https://twitter.com/#%21/adamgreatkind>