An open API service indexing awesome lists of open source software.

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.

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
```