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.0.tar.gz
(5.1 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.0.tar.gz.
File metadata
- Download URL: japyconjugator-1.0.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b74e6c45ce73cd970cc00a833bcb13c07783cf3138a63a38ba044492f65ea6a
|
|
| MD5 |
48876d9b4cf3d562ceddf827f9c1c4ca
|
|
| BLAKE2b-256 |
002f8ed008eab1bc21d6145601ad8dda85367706e9c9d076f347e825a295bf46
|
File details
Details for the file japyconjugator-1.0.0-py3-none-any.whl.
File metadata
- Download URL: japyconjugator-1.0.0-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 |
de7031954f30fcc00fafece504c62d83275aa655cdf30600664f879d9aa21a6d
|
|
| MD5 |
2fa0a86bf896724ee1d5eacc61c23144
|
|
| BLAKE2b-256 |
7fcb2988953ea2924534d5926ab915d6b1012113aab121774b1bc5cbac067b1d
|