Re: Applying SpellChecker to a phrase

2007-12-11 Thread smokey
Thanks for pointing me to the right class to use. On Dec 11, 2007 3:23 AM, Doron Cohen <[EMAIL PROTECTED]> wrote: > Yes that's right, my mistake. > > In fact even after reading your comment I was puzzled > because PhraseScorer indeed requires *all* phrase-positions > to be satisfied in order to m

Re: Applying SpellChecker to a phrase

2007-12-04 Thread smokey
by SpellChecker) at appropriate positions for each term as I construct the final phrase query object. Do you agree that this should work too? On Dec 4, 2007 1:22 AM, Doron Cohen <[EMAIL PROTECTED]> wrote: > See below - > > smokey <[EMAIL PROTECTED]> wrote on 03/12/2007 05:1

Re: Applying SpellChecker to a phrase

2007-12-03 Thread smokey
panding the query. If your > index is distributed over 10 machines and is 1T, you really, > really, really care. > > And under any circumstances, you can always generate > your own query of the second form by a bit of pre-processing. > > More info please. > > Best &

SpellChecker performance and usage

2007-12-03 Thread smokey
My question is for anyone who has experience with Lucene's SpellChecker, especially around its performance characteristics/ramifications. 1. Given the fact that SpellChecker expands a query by adding all the permutations of potentially misspelled word, how does it perform in general? 2. How are o

Applying SpellChecker to a phrase

2007-12-02 Thread smokey
Suppose I have an index containing the terms impostor, imposter, fraud, and fruad, then presumably regardless of whether I spell impostor and fraud correctly, Lucene SpellChecker will offer the improperly spelled versions as corrections. This means that the phrase "The login fraud involves an impos

SpellChecker performance and usage

2007-12-02 Thread smokey
My question is for anyone who has experience with Lucene's SpellChecker, especially around its performance characteristics/ramifications. 1. Given the fact that SpellChecker expands a query by adding all the permutations of potentially misspelled word, how does it perform in general? 2. How are o