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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
DidYouMean-1.0.zip
(14.6 kB
view hashes)