Skip to main content

"Did You Mean?" suggestions for your Python3 projects.

Project description

didYouMean

didYouMean is Python module that you can use to correct spelling mistakes. It leverages Google's "Did You Mean" feature.

Requirements

  • Python3
  • beautifulsoup4==4.8.0

Usage

python didYouMean.py "fotball"
> football
python didYouMean.py "football"
> football
from didYouMean3 import didYouMean
didYouMean("fotball") # -> football
didYouMean("fotball") # -> football

Credits

Adapted by @PLNech based on the work by @bkvirendra.

License

DidYouMean3 is free software under the Gnu GPLv3 license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

didyoumean3-0.1.2.tar.gz (1.6 kB view hashes)

Uploaded Source

Built Distribution

didyoumean3-0.1.2-py3-none-any.whl (14.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page