项目作者: davidfstr

项目描述 :
Conjugates Japanese verbs and adjectives.
高级语言: Python
项目地址: git://github.com/davidfstr/nhconj.git
创建时间: 2014-05-31T18:27:55Z
项目社区:https://github.com/davidfstr/nhconj

开源协议:

下载


nhconj

Conjugates Japanese verbs and adjectives.

I use this program to read and write Japanese essays more quickly.

For example:

  1. $ ./nhconj.py
  2. Commands:
  3. unte <te_form> - Convert て-form verb or adjective -> dict-form.
  4. te <dict_verb> - Convert dict-form verb -> て-form.
  5. Metacommands:
  6. repeat <command> - Run <command> multiple times.
  7. quit - Quit the program.
  8. > te はなす
  9. ['はなして']
  10. > unte はなして
  11. ['はなす']
  12. > te わかる
  13. ['わかて (if る-verb)', 'わかって (if う-verb)']
  14. > unte わかって
  15. ['わかう', 'わかつ', 'わかる']
  16. > unte あつくなって
  17. ['あつい + negative']
  18. > quit