|
|
-
find meaningful words through Lucene
齐保元 2012-06-26, 09:39
hi, does anyone knows how to extract meaningful words from Lucene index?
-
Re: find meaningful words through Lucene
Ian Lea 2012-06-26, 19:23
Please define meaningful.
-- Ian. On Tue, Jun 26, 2012 at 10:39 AM, 齐保元 <[EMAIL PROTECTED]> wrote: > hi, does anyone knows how to extract meaningful words from Lucene index?
---------------------------------------------------------------------
-
Re:Re: find meaningful words through Lucene
齐保元 2012-06-27, 02:04
meaningful just means the word is important than others,like keywords/keyphrase.
>Please define meaningful. > >-- >Ian. > > >On Tue, Jun 26, 2012 at 10:39 AM, <[EMAIL PROTECTED]> wrote: >> hi, does anyone knows how to extract meaningful words from Lucene index? > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >
-
Re: Re: find meaningful words through Lucene
Ian Lea 2012-06-27, 09:09
All words are important if they help people find what they want.
Maybe you want high frequency terms. See contrib class org.apache.lucene.misc.HighFreqTerms. -- Ian. On Wed, Jun 27, 2012 at 3:04 AM, 齐保元 <[EMAIL PROTECTED]> wrote: > > meaningful just means the word is important than others,like keywords/keyphrase. > > > > > >>Please define meaningful. >> >>-- >>Ian. >> >> >>On Tue, Jun 26, 2012 at 10:39 AM, <[EMAIL PROTECTED]> wrote: >>> hi, does anyone knows how to extract meaningful words from Lucene index? >> >>--------------------------------------------------------------------- >>To unsubscribe, e-mail: [EMAIL PROTECTED] >>For additional commands, e-mail: [EMAIL PROTECTED] >>
---------------------------------------------------------------------
-
Re: find meaningful words through Lucene
Mike Sokolov 2012-06-27, 22:24
Maybe high frequency terms that are not evenly distributed throughout the corpus would be a better definition. Discriminative terms. I'm sure there is something in the machine learning literature about unsupervised clustering that would help here. But I don't know what it is :)
-Mike
On 06/27/2012 05:09 AM, Ian Lea wrote: > All words are important if they help people find what they want. > > Maybe you want high frequency terms. See contrib class > org.apache.lucene.misc.HighFreqTerms. > > > -- > Ian. > > > On Wed, Jun 27, 2012 at 3:04 AM, 齐保元<[EMAIL PROTECTED]> wrote: > >> meaningful just means the word is important than others,like keywords/keyphrase. >> >> >> >> >> >> >>> Please define meaningful. >>> >>> -- >>> Ian. >>> >>> >>> On Tue, Jun 26, 2012 at 10:39 AM,<[EMAIL PROTECTED]> wrote: >>> >>>> hi, does anyone knows how to extract meaningful words from Lucene index? >>>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
---------------------------------------------------------------------
|
|