Re: question with spellchecker

2006-06-13 Thread Bob Carpenter
o note Google's approach to this. Not some fancy spell checker - just mining searcher behaviour patterns. Google's Bosworth describes this approach approx 13 minutes into this podcast: http://www.itconversations.com/shows/detail571.html - Original Message From: Van Nguyen

Re: question with spellchecker

2006-06-13 Thread mark harwood
podcast: http://www.itconversations.com/shows/detail571.html - Original Message From: Van Nguyen <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Monday, 12 June, 2006 11:09:20 PM Subject: RE: question with spellchecker I'll experiment with both. Thanks... -Original Message-

RE: question with spellchecker

2006-06-12 Thread Van Nguyen
I'll experiment with both. Thanks... -Original Message- From: mark harwood [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 2:16 AM To: java-user@lucene.apache.org Subject: Re: question with spellchecker I think the problem in your particular example is the suggestion sof

Re: question with spellchecker

2006-06-07 Thread mark harwood
I think the problem in your particular example is the suggestion software has no consideration of context. I've been playing with context-sensitive suggestions recently which take a bunch of validated (ie existing) words (eg "tape") and use this to help shortlist alternatives for an unknown or par

Re: question with spellchecker

2006-06-06 Thread eks dev
you need. - Original Message From: Van Nguyen <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Wednesday, 7 June, 2006 2:49:52 AM Subject: question with spellchecker I'm implementing a spellchecker in my search and have a question. After creating the index and s

question with spellchecker

2006-06-06 Thread Van Nguyen
I'm implementing a spellchecker in my search and have a question. After creating the index and spellchecker index, I pass in the word "ducted tape" to search (I am expecting "duct tape" back). I've played around with boosting the prefixes and suffixes, setting the accuracy, passing in an Inde