Skip to content

bkvirendra/didyoumean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

About

Google's "did you mean" hack in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages