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 Legolas Woodland <le...@gmail.com> on 2005/09/06 16:09:02 UTC

how to Find more than one spell check alternative?

Hi
Thank you for reading mu post.
how i can have more than one spell check suggestion ?
for example if some one entered puore
it return :
pore
pour
pure
poor
poer
pire
 or something similar ?
I really need to implement this feature
Thank you

Re: how to Find more than one spell check alternative?

Posted by Olivier Jaquemet <ol...@jalios.com>.
Legolas Woodland wrote:

>Hi
>Thank you for reading mu post.
>how i can have more than one spell check suggestion ?
>for example if some one entered puore
>it return :
>pore
>pour
>pure
>poor
>poer
>pire
> or something similar ?
>I really need to implement this feature
>Thank you
>
Have a look here:
http://today.java.net/pub/a/today/2005/08/09/didyoumean.html

Good start point, you should be able to modify the code quickly to have 
more than one suggestion.



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


Re: how to Find more than one spell check alternative?

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
See the contrib/spellchecker area of Lucene's Subversion repository.

     Erik

On Sep 6, 2005, at 10:09 AM, Legolas Woodland wrote:

> Hi
> Thank you for reading mu post.
> how i can have more than one spell check suggestion ?
> for example if some one entered puore
> it return :
> pore
> pour
> pure
> poor
> poer
> pire
>  or something similar ?
> I really need to implement this feature
> Thank you
>


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