3 | | * Merged naoya_t's MeCab binding. Supports almost all of MeCab APIs and Tagger class. |
| 3 | * Merged naoya_t's mecab-gauche-0.98pre1 (http://blog.livedoor.jp/naoya_t/archives/51131440.html) |
| 4 | * Supports: |
| 5 | * Tagger class |
| 6 | * Accessors for mecab_node_t structure members |
| 7 | * All MeCab APIs, except those which overwrite their argument: |
| 8 | mecab-sparse-tostr3, mecab-nbest-sparse-tostr3, mecab-nbest-next-tostr2 |
| 9 | * (mecab params ...) makes a new instance with parameter(s). The format is inspired by leque's (make-mecab :rcfile "mymecabrc") style. |
| 10 | * Separates dictionary-dependent tests from test.scm. |