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.
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.2.tar.gz
(109.5 kB
view details)
Built Distribution
inflex-1.0.2-py2.py3-none-any.whl
(110.8 kB
view details)
File details
Details for the file inflex-1.0.2.tar.gz
.
File metadata
- Download URL: inflex-1.0.2.tar.gz
- Upload date:
- Size: 109.5 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.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 315064c5827645b6f3eb74037339a4d32cd83eded6a0044a355e7d12923daf05 |
|
MD5 | 2c41bedd54af20329911885392a92b52 |
|
BLAKE2b-256 | 802dfdf963d12fd2f916835dfb011eb64495bc06fbda1f3e92045677081615e7 |
File details
Details for the file inflex-1.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: inflex-1.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 110.8 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.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 264de23faf309ebf8add750ee2438377e4222551ba627a6aa36fac81d19d8a54 |
|
MD5 | 6885b8eca8a4b59d12edb01fe9337ab6 |
|
BLAKE2b-256 | d37623c2209605893474c7322baec2cbbf9aa9fa36c1814fe39ad5083c4ae2b1 |