Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 416 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 416 Bytes

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