Re: Google-like "Did you mean... ?" search algorithm

2008-06-19 Thread cirfu
On 20 Juni, 00:14, [EMAIL PROTECTED] wrote: > This is a wee bit OT, but I am looking for algorithms to implement > search suggestions, similar to Google's "Did you mean... ?" feature. > Can anyone point me to web pages, journal articles, implementations > (preferably in Python!), or any other resou

Re: Google-like "Did you mean... ?" search algorithm

2008-06-19 Thread Pau Freixes
Do you need a [1] ngram theory, with this you can solve a orthographical problems, suggestion searches and other thinks [1] http://en.wikipedia.org/wiki/N-gram On Fri, Jun 20, 2008 at 12:14 AM, <[EMAIL PROTECTED]> wrote: > This is a wee bit OT, but I am looking for algorithms to implement > sear

Google-like "Did you mean... ?" search algorithm

2008-06-19 Thread miller . paul . w
This is a wee bit OT, but I am looking for algorithms to implement search suggestions, similar to Google's "Did you mean... ?" feature. Can anyone point me to web pages, journal articles, implementations (preferably in Python!), or any other resources in this area? Thanks! -- http://mail.python.or