Skip to main content

Access Google's 'Did You Mean' feature from your script

Project description

Did You Mean provides you access to the Google’s Did you Mean feature from your script.

#!/usr/bin/env python

import sys

from didYouMean import didYouMean

def main():

spell = “Poshgresql”

correctSpell = didYouMean.didYouMean(spell)

print correctSpell

if __name__ == “__main__”:

main()

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

DidYouMean-0.1.2.zip (14.7 kB view hashes)

Uploaded Source

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