On Sep 26, 2006, at 8:50 AM, Bhavin Pandya wrote:

Hi,
Do anybody have idea for spell checker in java.
I want to use with lucene...but which must work well for phrases also...
-Bhavin pandya

When I googled "java spell check open source" I found

http://jazzy.sourceforge.net/

I have looked at it.

Are you thinking of doing a spell check on the queries people type? It might be better simply to check each word and see if it is found in the index. That will be a lot less work than adapting the spell checker to Lucene.

Bill Taylor


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to