A python package for conjugating verbs in the Japanese language.
Project description
japyconjugator
A python package for conjugating verbs and adjectives in the Japanese language
Usage:
import japyconjugator.verbs as verbs
verbs.conjugate('飲む', verbs.VerbClass.Godan, verbs.VerbForm.PlainPast, verbs.Polarity.Negative) # returns '飲まなかった'
import japyconjugator.adjectives as adj
adj.conjugate('元気', adj.AdjectiveClass.Na, adj.AdjectiveForm.PolitePast, adj.Polarity.Negative) # returns '元気じゃなかったです'
adj.conjugate('暑い', adj.AdjectiveClass.I, adj.AdjectiveForm.Connective, adj.Polarity.Affirmative) # returns '暑くて'
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
japyconjugator-1.0.2.tar.gz
(4.9 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
File details
Details for the file japyconjugator-1.0.2.tar.gz.
File metadata
- Download URL: japyconjugator-1.0.2.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
186e4917697f3ea9962537c5e9ded2b329ef92bea3d1f95a4610454b2798b81b
|
|
| MD5 |
22b1eac5361f5de8cdd69f77fdcf5019
|
|
| BLAKE2b-256 |
cd5fb41b89ced58dbdada518012b9f63d92d0a717292c790b08f0f297eb90055
|
File details
Details for the file japyconjugator-1.0.2-py3-none-any.whl.
File metadata
- Download URL: japyconjugator-1.0.2-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e36047ac6828ac9ef639a8db50b7df5f4623b90c1943d442dc2320fd518b40d
|
|
| MD5 |
a665eb973858b91b3cdbf847b5dbbd95
|
|
| BLAKE2b-256 |
aeb7b929e3729512c686286632cf80f558a61515e0785b657d7e071501e0d60b
|