Re: Spell checking question from a Solr novice

2010-11-29 Thread Bill Dueber
On Mon, Oct 18, 2010 at 5:24 PM, Jason Blackerby wrote: > If you know the misspellings you could prevent them from being added to the > dictionary with a StopFilterFactory like so: > Or, you know, correct the data :-) -- Bill Dueber Library Systems Programmer University of Michigan Library

Re: Spell checking question from a Solr novice

2010-10-18 Thread Dennis Gearon
s, so you do not have to make them yourself. from 'http://blogs.techrepublic.com.com/security/?p=4501&tag=nl.e036' EARTH has a Right To Life, otherwise we all die. --- On Mon, 10/18/10, Xin Li wrote: > From: Xin Li > Subject: Spell checking question from a So

Re: Spell checking question from a Solr novice

2010-10-18 Thread Ezequiel Calderara
nerous > > > ToSs, but I haven't looked in a while. > > > > > > > > > Xin Li wrote: > > > > > >> Oops, never mind. Just read Google API policy. 1000 queries per day > > limit > > >> & for non-commercial use

Re: Spell checking question from a Solr novice

2010-10-18 Thread Jason Blackerby
ed in a while. > > > > > > Xin Li wrote: > > > >> Oops, never mind. Just read Google API policy. 1000 queries per day > limit > >> & for non-commercial use only. > >> > >> > >> -Original Message- > >> F

Re: Spell checking question from a Solr novice

2010-10-18 Thread Pradeep Singh
r day limit >> & for non-commercial use only. >> >> >> -Original Message- >> From: Xin Li Sent: Monday, October 18, 2010 3:43 PM >> To: solr-user@lucene.apache.org >> Subject: Spell checking question from a Solr novice >> >> Hi, >&

Re: Spell checking question from a Solr novice

2010-10-18 Thread Jonathan Rochkind
day limit & for non-commercial use only. -Original Message- From: Xin Li Sent: Monday, October 18, 2010 3:43 PM To: solr-user@lucene.apache.org Subject: Spell checking question from a Solr novice Hi, I am looking for a quick solution to improve a search engine's spell chec

Re: Spell checking question from a Solr novice

2010-10-18 Thread Pradeep Singh
I haven't yet but I was going to use the spell checker in the lucene contrib module. That spellchecker is ngram based and previously I have noticed that I get better results from ngram based spellcheck rather than fuzzy string match based ones. On Mon, Oct 18, 2010 at 12:43 PM, Xin Li wrote: > H

RE: Spell checking question from a Solr novice

2010-10-18 Thread Xin Li
Oops, never mind. Just read Google API policy. 1000 queries per day limit & for non-commercial use only. -Original Message- From: Xin Li Sent: Monday, October 18, 2010 3:43 PM To: solr-user@lucene.apache.org Subject: Spell checking question from a Solr novice Hi, I am looking

Spell checking question from a Solr novice

2010-10-18 Thread Xin Li
Hi, I am looking for a quick solution to improve a search engine's spell checking performance. I was wondering if anyone tried to integrate Google SpellCheck API with Solr search engine (if possible). Google spellcheck came to my mind because of two reasons. First, it is costly to clean up the