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.0.tar.gz
(15.0 kB
view details)
Built Distribution
File details
Details for the file inflex-1.0.0.tar.gz
.
File metadata
- Download URL: inflex-1.0.0.tar.gz
- Upload date:
- Size: 15.0 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 | 429f3d8aea1ab4536ce38ed1a649bd22b127e4ab3fa83f937b8d1f55ddbcb1eb |
|
MD5 | 02e6e2ac8a2541d8abd111a9f0f467e1 |
|
BLAKE2b-256 | 02a40885555f7a02cc8da9ac7cecae3b114e5dc2f0d4bd50306d8024ed7c3915 |
File details
Details for the file inflex-1.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: inflex-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 95.3 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 | 431618ecc41253bbcd3f44c87c8c4d6ff4affdc6f52f98fe80bb3c2fc1708ddc |
|
MD5 | 65f9f36b0764feedf7cea59199bbae1b |
|
BLAKE2b-256 | 2157229f2773f7fae8029cf44582608d13faaa0af92fc309c5010a66cca017e6 |