/didyoumean

Google's "did you mean" hack in Python

Primary LanguagePython

didYouMean

==========

didYouMean is Python function that you can use to correct spelling mistakes that users make, and the words arent available in any of the Dictionaries.

didYouMean makes use of Google's "Did You Mean" feature.

To make use of it:

python didYouMean.py "fotball"

=> football

python didYouMean.py "football"

=> 1

Requirements :

============

BeautifulSoup==3.2.1