RE: [ANN] Lucene "Did You Mean" article on java.net

2005-08-18 Thread Mordo, Aviran (EXP N-NANNATEK)
Thanks, Very nice article :) Aviran http://www.aviransplace.com -Original Message- From: Joseph B. Ottinger [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 7:22 AM To: java-user@lucene.apache.org Subject: Re: [ANN] Lucene "Did You Mean" article on java.net TSS refe

Re: [ANN] Lucene "Did You Mean" article on java.net

2005-08-18 Thread Joseph B. Ottinger
TSS referred to it, too. :) On Thu, 18 Aug 2005, Tom White wrote: In case subscribers to this list missed it, my article on how to add a "did you mean" facility to Lucene searches was published last week: http://today.java.net/pub/a/today/2005/08/09/didyoumean.html. Regards, Tom

Re: [ANN] Lucene "Did You Mean" article on java.net

2005-08-18 Thread Ronnie Kolehmainen
Nice article! And for those interested in the different "did you mean" techniques can also look at my simple implementation using the first approach mentioned in the article, minimum edit distance, along with document frequency. This implementation can easily be applied over an existing index. ht