Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Lucene: Java-User

did you mean issue

 

 

Lucene java-user RSS feed   Index | Next | Previous | View Threaded


m.harig at gmail

Nov 18, 2009, 10:22 PM

Post #1 of 7 (923 views)
Permalink
did you mean issue

hello all

i've a doubt in spell checker , when i search for a keyword hoem
am getting the spell results as in the following order (in which am
retrieving 4 suggested words)

form
hold
home
them

my need is to get the home word to be fetched first. But its in the third
position , however even if i try to get the word from third position
remaining words will get affected , how do i overcome this , please anyone
help me..
--
View this message in context: http://old.nabble.com/did-you-mean-issue-tp26420980p26420980.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe [at] lucene
For additional commands, e-mail: java-user-help [at] lucene


gsingers at apache

Nov 22, 2009, 5:07 PM

Post #2 of 7 (840 views)
Permalink
Re: did you mean issue [In reply to]

How are you invoking the spell checker?


On Nov 19, 2009, at 1:22 AM, m.harig wrote:

>
> hello all
>
> i've a doubt in spell checker , when i search for a keyword hoem
> am getting the spell results as in the following order (in which am
> retrieving 4 suggested words)
>
> form
> hold
> home
> them
>
> my need is to get the home word to be fetched first. But its in the third
> position , however even if i try to get the word from third position
> remaining words will get affected , how do i overcome this , please anyone
> help me..
> --
> View this message in context: http://old.nabble.com/did-you-mean-issue-tp26420980p26420980.html
> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe [at] lucene
> For additional commands, e-mail: java-user-help [at] lucene
>

--------------------------
Grant Ingersoll
http://www.lucidimagination.com/

Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using Solr/Lucene:
http://www.lucidimagination.com/search


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe [at] lucene
For additional commands, e-mail: java-user-help [at] lucene


m.harig at gmail

Nov 23, 2009, 10:16 PM

Post #3 of 7 (826 views)
Permalink
Re: did you mean issue [In reply to]

String[] suggestions = spellChecker.suggestSimilar("hoem", 3,indexReader,
"contents", true);

this is how am retrieving my did you words



Grant Ingersoll-6 wrote:
>
> How are you invoking the spell checker?
>
>
> On Nov 19, 2009, at 1:22 AM, m.harig wrote:
>
>>
>> hello all
>>
>> i've a doubt in spell checker , when i search for a keyword
>> hoem
>> am getting the spell results as in the following order (in which am
>> retrieving 4 suggested words)
>>
>> form
>> hold
>> home
>> them
>>
>> my need is to get the home word to be fetched first. But its in the third
>> position , however even if i try to get the word from third position
>> remaining words will get affected , how do i overcome this , please
>> anyone
>> help me..
>> --
>> View this message in context:
>> http://old.nabble.com/did-you-mean-issue-tp26420980p26420980.html
>> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscribe [at] lucene
>> For additional commands, e-mail: java-user-help [at] lucene
>>
>
> --------------------------
> Grant Ingersoll
> http://www.lucidimagination.com/
>
> Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using
> Solr/Lucene:
> http://www.lucidimagination.com/search
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe [at] lucene
> For additional commands, e-mail: java-user-help [at] lucene
>
>
>

--
View this message in context: http://old.nabble.com/did-you-mean-issue-tp26420980p26490966.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe [at] lucene
For additional commands, e-mail: java-user-help [at] lucene


m.harig at gmail

Nov 23, 2009, 10:16 PM

Post #4 of 7 (814 views)
Permalink
Re: did you mean issue [In reply to]

String[] suggestions = spellChecker.suggestSimilar("hoem", 3,indexReader,
"contents", true);

this is how am retrieving my did you mean words



Grant Ingersoll-6 wrote:
>
> How are you invoking the spell checker?
>
>
> On Nov 19, 2009, at 1:22 AM, m.harig wrote:
>
>>
>> hello all
>>
>> i've a doubt in spell checker , when i search for a keyword
>> hoem
>> am getting the spell results as in the following order (in which am
>> retrieving 4 suggested words)
>>
>> form
>> hold
>> home
>> them
>>
>> my need is to get the home word to be fetched first. But its in the third
>> position , however even if i try to get the word from third position
>> remaining words will get affected , how do i overcome this , please
>> anyone
>> help me..
>> --
>> View this message in context:
>> http://old.nabble.com/did-you-mean-issue-tp26420980p26420980.html
>> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscribe [at] lucene
>> For additional commands, e-mail: java-user-help [at] lucene
>>
>
> --------------------------
> Grant Ingersoll
> http://www.lucidimagination.com/
>
> Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using
> Solr/Lucene:
> http://www.lucidimagination.com/search
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe [at] lucene
> For additional commands, e-mail: java-user-help [at] lucene
>
>
>

--
View this message in context: http://old.nabble.com/did-you-mean-issue-tp26420980p26490966.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe [at] lucene
For additional commands, e-mail: java-user-help [at] lucene


gsingers at apache

Nov 24, 2009, 4:01 AM

Post #5 of 7 (815 views)
Permalink
Re: did you mean issue [In reply to]

On Nov 24, 2009, at 1:16 AM, m.harig wrote:

>
> String[] suggestions = spellChecker.suggestSimilar("hoem", 3,indexReader,
> "contents", true);
>
> this is how am retrieving my did you mean words
>

And which distance measure are you using?

I'm guessing this has to do with the use of "onlyMorePopular=true", but not 100% certain.


>
>
> Grant Ingersoll-6 wrote:
>>
>> How are you invoking the spell checker?
>>
>>
>> On Nov 19, 2009, at 1:22 AM, m.harig wrote:
>>
>>>
>>> hello all
>>>
>>> i've a doubt in spell checker , when i search for a keyword
>>> hoem
>>> am getting the spell results as in the following order (in which am
>>> retrieving 4 suggested words)
>>>
>>> form
>>> hold
>>> home
>>> them
>>>
>>> my need is to get the home word to be fetched first. But its in the third
>>> position , however even if i try to get the word from third position
>>> remaining words will get affected , how do i overcome this , please
>>> anyone
>>> help me..
>>> --
>>> View this message in context:
>>> http://old.nabble.com/did-you-mean-issue-tp26420980p26420980.html
>>> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: java-user-unsubscribe [at] lucene
>>> For additional commands, e-mail: java-user-help [at] lucene
>>>
>>
>> --------------------------
>> Grant Ingersoll
>> http://www.lucidimagination.com/
>>
>> Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using
>> Solr/Lucene:
>> http://www.lucidimagination.com/search
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscribe [at] lucene
>> For additional commands, e-mail: java-user-help [at] lucene
>>
>>
>>
>
> --
> View this message in context: http://old.nabble.com/did-you-mean-issue-tp26420980p26490966.html
> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe [at] lucene
> For additional commands, e-mail: java-user-help [at] lucene
>

--------------------------
Grant Ingersoll
http://www.lucidimagination.com/

Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using Solr/Lucene:
http://www.lucidimagination.com/search


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe [at] lucene
For additional commands, e-mail: java-user-help [at] lucene


m.harig at gmail

Nov 24, 2009, 4:09 AM

Post #6 of 7 (811 views)
Permalink
Re: did you mean issue [In reply to]

What should i do now , could you make me clear ??


Grant Ingersoll-6 wrote:
>
>
> On Nov 24, 2009, at 1:16 AM, m.harig wrote:
>
>>
>> String[] suggestions = spellChecker.suggestSimilar("hoem", 3,indexReader,
>> "contents", true);
>>
>> this is how am retrieving my did you mean words
>>
>
> And which distance measure are you using?
>
> I'm guessing this has to do with the use of "onlyMorePopular=true", but
> not 100% certain.
>
>
>>
>>
>> Grant Ingersoll-6 wrote:
>>>
>>> How are you invoking the spell checker?
>>>
>>>
>>> On Nov 19, 2009, at 1:22 AM, m.harig wrote:
>>>
>>>>
>>>> hello all
>>>>
>>>> i've a doubt in spell checker , when i search for a keyword
>>>> hoem
>>>> am getting the spell results as in the following order (in which am
>>>> retrieving 4 suggested words)
>>>>
>>>> form
>>>> hold
>>>> home
>>>> them
>>>>
>>>> my need is to get the home word to be fetched first. But its in the
>>>> third
>>>> position , however even if i try to get the word from third position
>>>> remaining words will get affected , how do i overcome this , please
>>>> anyone
>>>> help me..
>>>> --
>>>> View this message in context:
>>>> http://old.nabble.com/did-you-mean-issue-tp26420980p26420980.html
>>>> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: java-user-unsubscribe [at] lucene
>>>> For additional commands, e-mail: java-user-help [at] lucene
>>>>
>>>
>>> --------------------------
>>> Grant Ingersoll
>>> http://www.lucidimagination.com/
>>>
>>> Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using
>>> Solr/Lucene:
>>> http://www.lucidimagination.com/search
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: java-user-unsubscribe [at] lucene
>>> For additional commands, e-mail: java-user-help [at] lucene
>>>
>>>
>>>
>>
>> --
>> View this message in context:
>> http://old.nabble.com/did-you-mean-issue-tp26420980p26490966.html
>> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscribe [at] lucene
>> For additional commands, e-mail: java-user-help [at] lucene
>>
>
> --------------------------
> Grant Ingersoll
> http://www.lucidimagination.com/
>
> Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using
> Solr/Lucene:
> http://www.lucidimagination.com/search
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe [at] lucene
> For additional commands, e-mail: java-user-help [at] lucene
>
>
>

--
View this message in context: http://old.nabble.com/did-you-mean-issue-tp26420980p26494833.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe [at] lucene
For additional commands, e-mail: java-user-help [at] lucene


gsingers at apache

Nov 24, 2009, 5:13 AM

Post #7 of 7 (817 views)
Permalink
Re: did you mean issue [In reply to]

On Nov 24, 2009, at 7:09 AM, m.harig wrote:

>
> What should i do now , could you make me clear ??
>

How are you constructing the SpellChecker?



>
> Grant Ingersoll-6 wrote:
>>
>>
>> On Nov 24, 2009, at 1:16 AM, m.harig wrote:
>>
>>>
>>> String[] suggestions = spellChecker.suggestSimilar("hoem", 3,indexReader,
>>> "contents", true);
>>>
>>> this is how am retrieving my did you mean words
>>>
>>
>> And which distance measure are you using?
>>
>> I'm guessing this has to do with the use of "onlyMorePopular=true", but
>> not 100% certain.
>>
>>
>>>
>>>
>>> Grant Ingersoll-6 wrote:
>>>>
>>>> How are you invoking the spell checker?
>>>>
>>>>
>>>> On Nov 19, 2009, at 1:22 AM, m.harig wrote:
>>>>
>>>>>
>>>>> hello all
>>>>>
>>>>> i've a doubt in spell checker , when i search for a keyword
>>>>> hoem
>>>>> am getting the spell results as in the following order (in which am
>>>>> retrieving 4 suggested words)
>>>>>
>>>>> form
>>>>> hold
>>>>> home
>>>>> them
>>>>>
>>>>> my need is to get the home word to be fetched first. But its in the
>>>>> third
>>>>> position , however even if i try to get the word from third position
>>>>> remaining words will get affected , how do i overcome this , please
>>>>> anyone
>>>>> help me..
>>>>> --
>>>>> View this message in context:
>>>>> http://old.nabble.com/did-you-mean-issue-tp26420980p26420980.html
>>>>> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: java-user-unsubscribe [at] lucene
>>>>> For additional commands, e-mail: java-user-help [at] lucene
>>>>>
>>>>
>>>> --------------------------
>>>> Grant Ingersoll
>>>> http://www.lucidimagination.com/
>>>>
>>>> Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using
>>>> Solr/Lucene:
>>>> http://www.lucidimagination.com/search
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: java-user-unsubscribe [at] lucene
>>>> For additional commands, e-mail: java-user-help [at] lucene
>>>>
>>>>
>>>>
>>>
>>> --
>>> View this message in context:
>>> http://old.nabble.com/did-you-mean-issue-tp26420980p26490966.html
>>> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: java-user-unsubscribe [at] lucene
>>> For additional commands, e-mail: java-user-help [at] lucene
>>>
>>
>> --------------------------
>> Grant Ingersoll
>> http://www.lucidimagination.com/
>>
>> Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using
>> Solr/Lucene:
>> http://www.lucidimagination.com/search
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscribe [at] lucene
>> For additional commands, e-mail: java-user-help [at] lucene
>>
>>
>>
>
> --
> View this message in context: http://old.nabble.com/did-you-mean-issue-tp26420980p26494833.html
> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe [at] lucene
> For additional commands, e-mail: java-user-help [at] lucene
>

--------------------------
Grant Ingersoll
http://www.lucidimagination.com/

Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using Solr/Lucene:
http://www.lucidimagination.com/search


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe [at] lucene
For additional commands, e-mail: java-user-help [at] lucene

Lucene java-user RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.