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 details)
File details
Details for the file DidYouMean-1.0.zip
.
File metadata
- Download URL: DidYouMean-1.0.zip
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 610cd171227a9f88b2d810ad27879a86a68d7f7c173158afc3a4a1bc096c185b |
|
MD5 | 599578f7952f2fb8f67de03baa31bf4f |
|
BLAKE2b-256 | 816ab9b8be5701bf75b5fdff9ebb8946607e8aec8ce8735a8cca768926082b0e |