Re: Suggestion words in FuzzyQuery

2013-01-08 Thread algebra
that suggestion was in lucene but it does not. Someone can tell me why? and how do I solve this problem? -- View this message in context: http://lucene.472066.n3.nabble.com/Suggestion-words-in-FuzzyQuery-tp4031354p4031558.html Sent from the Lucene - Java Developer mailing list archive at Nabble.com

Re: Suggestion words in FuzzyQuery

2013-01-08 Thread Dawid Weiss
It'd be even better if it took context into account to get better corrections ... but we just don't have that API yet (patches welcome!!). Yeah... it's just asking for maximizing the probability of the correction over the entire sequence, huh? :) Dawid

Re: Suggestion words in FuzzyQuery

2013-01-08 Thread Michael McCandless
On Tue, Jan 8, 2013 at 11:53 AM, Dawid Weiss dawid.we...@cs.put.poznan.pl wrote: It'd be even better if it took context into account to get better corrections ... but we just don't have that API yet (patches welcome!!). Yeah... it's just asking for maximizing the probability of the

Suggestion words in FuzzyQuery

2013-01-07 Thread algebra
Somebody know how get suggestion words using FuzzyQuery class? -- View this message in context: http://lucene.472066.n3.nabble.com/Suggestion-words-in-FuzzyQuery-tp4031354.html Sent from the Lucene - Java Developer mailing list archive at Nabble.com

Re: Suggestion words in FuzzyQuery

2013-01-07 Thread Michael McCandless
Use DirectSpellChecker? That's basically FuzzyQuery without matching the documents ... Mike McCandless http://blog.mikemccandless.com On Mon, Jan 7, 2013 at 5:12 PM, algebra fabianoc...@gmail.com wrote: Somebody know how get suggestion words using FuzzyQuery class? -- View this message

Re: Suggestion words in FuzzyQuery

2013-01-07 Thread algebra
Thanks Mike McCandless, but I would like know how works DirectSpellChecker, I'd like to see a complete example using DirectSpellchecker. Can somebody help me? -- View this message in context: http://lucene.472066.n3.nabble.com/Suggestion-words-in-FuzzyQuery-tp4031354p4031363.html Sent from

Re: Suggestion words in FuzzyQuery

2013-01-07 Thread Michael McCandless
. Can somebody help me? -- View this message in context: http://lucene.472066.n3.nabble.com/Suggestion-words-in-FuzzyQuery-tp4031354p4031363.html Sent from the Lucene - Java Developer mailing list archive at Nabble.com

Re: Suggestion words in FuzzyQuery

2013-01-07 Thread Michael McCandless
this message in context: http://lucene.472066.n3.nabble.com/Suggestion-words-in-FuzzyQuery-tp4031354p4031375.html Sent from the Lucene - Java Developer mailing list archive at Nabble.com. - To unsubscribe, e-mail: dev-unsubscr