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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
p2pp-0.0.6-py3-none-any.whl
(3.1 kB
view details)
File details
Details for the file p2pp-0.0.6.tar.gz.
File metadata
- Download URL: p2pp-0.0.6.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5332bc69e8a7d2a20c399ab4c42aba50717e96d8a79c174f5c55b11a67cb4f38
|
|
| MD5 |
87b37be967f5ad52527f2580916e81a3
|
|
| BLAKE2b-256 |
fc1e04cc8c15d266a79da07bcb7452c7f10643b93fe1c1039b405ad3295694a0
|
File details
Details for the file p2pp-0.0.6-py3-none-any.whl.
File metadata
- Download URL: p2pp-0.0.6-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a13e59c24a0b689922eff9db9ac82a5bc2129c09260ef530b4e64e8ce7ecd0e
|
|
| MD5 |
ff37c8ffc3883984356b6a58770041c3
|
|
| BLAKE2b-256 |
3b52b3ab019f1a3beba60152e41565ea8467329229c4d5a75622f409c20f316b
|