https://github.com/davidfstr/nhconj
Conjugates Japanese verbs and adjectives.
https://github.com/davidfstr/nhconj
japanese-language language-translation
Last synced: 4 months ago
JSON representation
Conjugates Japanese verbs and adjectives.
- Host: GitHub
- URL: https://github.com/davidfstr/nhconj
- Owner: davidfstr
- Created: 2014-05-31T18:27:55.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-01T06:10:17.000Z (over 10 years ago)
- Last Synced: 2025-02-24T03:36:38.610Z (4 months ago)
- Topics: japanese-language, language-translation
- Language: Python
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nhconj
Conjugates Japanese verbs and adjectives.
I use this program to read and write Japanese essays more quickly.
For example:
```
$ ./nhconj.py
Commands:
unte - Convert て-form verb or adjective -> dict-form.
te - Convert dict-form verb -> て-form.Metacommands:
repeat - Run multiple times.
quit - Quit the program.> te はなす
['はなして']> unte はなして
['はなす']> te わかる
['わかて (if る-verb)', 'わかって (if う-verb)']> unte わかって
['わかう', 'わかつ', 'わかる']> unte あつくなって
['あつい + negative']> quit
```