On Feb 12, 2004, at 16:42, Abhay Saswade wrote:


How about creating spellcheck dictionary with all words in lucene index?
That way you ensure that the word really exists in the index.

You can indeed use the terms identified by Lucene as the dictionary "words" ands apply traditional spell checking tricks like phonetic encodings, Levinstein distance and so on.


This approach works reasonably well in practice.

Cheers,

PA.



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



Reply via email to