You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by 齐保元 <qi...@126.com> on 2012/06/26 11:39:40 UTC

find meaningful words through Lucene

hi,  does anyone knows how to extract meaningful words from Lucene index?

Re: find meaningful words through Lucene

Posted by Mike Sokolov <so...@ifactory.com>.
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, 齐保元<qi...@126.com>  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,<qi...@126.com>  wrote:
>>>        
>>>> hi,  does anyone knows how to extract meaningful words from Lucene index?
>>>>          
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
>>> For additional commands, e-mail: java-user-help@lucene.apache.org
>>>
>>>        
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>
>    

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: Re: find meaningful words through Lucene

Posted by Ian Lea <ia...@gmail.com>.
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, 齐保元 <qi...@126.com> 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,  <qi...@126.com> wrote:
>>> hi,  does anyone knows how to extract meaningful words from Lucene index?
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
>>For additional commands, e-mail: java-user-help@lucene.apache.org
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re:Re: find meaningful words through Lucene

Posted by 齐保元 <qi...@126.com>.
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,  <qi...@126.com> wrote:
>> hi,  does anyone knows how to extract meaningful words from Lucene index?
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
>For additional commands, e-mail: java-user-help@lucene.apache.org
>

Re: find meaningful words through Lucene

Posted by Ian Lea <ia...@gmail.com>.
Please define meaningful.

--
Ian.


On Tue, Jun 26, 2012 at 10:39 AM, 齐保元 <qi...@126.com> wrote:
> hi,  does anyone knows how to extract meaningful words from Lucene index?

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org