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.1.0.tar.gz
(4.6 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.1.0.tar.gz.
File metadata
- Download URL: japyconjugator-1.1.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f9352873be62927731ee639c9f88b55839435f1e146aa8a617c1a1625087251
|
|
| MD5 |
b2adfaecf0ec329ef55bfb9f375507a4
|
|
| BLAKE2b-256 |
7619c60534d27a6b7f3c097d6147833a0b988d4e775f06e4ec4fb528f3c1e0d8
|
File details
Details for the file japyconjugator-1.1.0-py3-none-any.whl.
File metadata
- Download URL: japyconjugator-1.1.0-py3-none-any.whl
- Upload date:
- Size: 5.9 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 |
d2a52c3b1e6c5e0397bbb1e041757260a170f6385e582548a3ded19cae7599c2
|
|
| MD5 |
87f824d0c2c27e84676b742629534714
|
|
| BLAKE2b-256 |
1faf99a6eb15a23db7a75c5b3ca3971b6195ba5b7918664fef7e19d7f8e945e3
|