Convert word from present tense to present participle tense
Project description
p2pp
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
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
p2pp-0.0.6.tar.gz
(2.0 kB
view hashes)
Built Distribution
p2pp-0.0.6-py3-none-any.whl
(3.1 kB
view hashes)