Skip to main content

Convert word from present tense to present participle tense

Project description

p2pp

PyPI PyPI - License

A light weight library that can help you to convert a word from present tense to present participle tense.

Install

pip install p2pp

Example

from p2pp import p2pp

words = ['go', 'give', 'be', 'lie', 'hit']
for word in words:
    print(p2pp(word))

Output:

going
giving
being
lying
hitting

Requirements

Support both Python2 and Python3.

License

MIT.

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

p2pp-0.0.6.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

p2pp-0.0.6-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

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