{ "info": { "author": "Heramb Devbhankar", "author_email": "heramb1711@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# Spoken English to Written English translator\n\nThere exits a difference between how we write and how we speak. e.g While speaking we say \"I paid twenty thousand dollars to xyz organization\". But, we don't write above example as it is, instead we write it as \"I paid $20000 to xyz organization.\"\nThis is a python module is to translates such spoken english language to its written form.\n\ne.g. It will translate: \"I watched movie named triple H .\" to \"I watched movie named HHH\"\n \"My weight is fifty five kilograms .\" to \"My weight is 55 kg\"\n \"I paid twenty thousand dollars to xyz organization .\" to \"I paid $20000 to xyz organization .\"\n\n