Inflection (conjugation and declension) of the English Language.
Project description
Inflex
Natural Language Inflection in English
This README is a stub, and is yet to be written.
Install
pip install inflex
Sample Usage
from inflex import Noun, Verb, Adjective
# Converting Nouns
Noun("book").plural() # Produces "books"
Noun("book").singular() # Produces "book"
# Converting Verbs
Verb("fly").plural() # Produces "fly"
Verb("fly").singular() # Produces "flies"
Verb("fly").past() # Produces "flew"
Verb("fly").pres_part() # Produces "flying"
Verb("fly").past_part() # Produces "flown"
# Converting Adjectives
Adjective("my").singular() # Produces "my"
Adjective("our").plural() # Produces "our"
Adjective("small").comparative() # Produces "smallest"
Adjective("small").superlative() # Produces "smaller"
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
inflex-1.0.5.tar.gz
(569.6 kB
view details)
Built Distribution
inflex-1.0.5-py2.py3-none-any.whl
(591.6 kB
view details)
File details
Details for the file inflex-1.0.5.tar.gz
.
File metadata
- Download URL: inflex-1.0.5.tar.gz
- Upload date:
- Size: 569.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0ca4d32716be15eb334e6128c590b998e66f0a8dd47000171588ce347dd4a0b |
|
MD5 | 45cd43ac7c38e50ae2237b78b77c97c8 |
|
BLAKE2b-256 | 7bc6d8fa13abc86356d27336375cd155dbdd96cbff82bd9d41622000ce382b7f |
File details
Details for the file inflex-1.0.5-py2.py3-none-any.whl
.
File metadata
- Download URL: inflex-1.0.5-py2.py3-none-any.whl
- Upload date:
- Size: 591.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca0dc85a4bad2d9af64ade6094708b88ea486ac458dff1ecce475dbb7f193b76 |
|
MD5 | 256bd7e635ba90bc482bdc47774fc089 |
|
BLAKE2b-256 | e98ebc4cb966be33293b43fba8040208c94d3d8d8ac041c9e9834916c0e58210 |