DidYouMean

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

DidYouMean Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Price:
  • FREE
  • Publisher Name:
  • Virendra Rajput

DidYouMean Tags


DidYouMean Description

DidYouMean is a Python module that 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()Product's homepage


DidYouMean Related Software