Line | |
---|
1 | 2009-03-25 Naoya Tozuka <naoya_t@users.sourceforge.jp> |
---|
2 | |
---|
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. |
---|
11 | |
---|
12 | 2009-03-01 Shiro Kawai <shiro@acm.org> |
---|
13 | |
---|
14 | * Picked up development to make use of it. Adapted to the newer |
---|
15 | way of stub writing. NOTE: you need Gauche svn trunk to compile |
---|
16 | this. |
---|
17 | |
---|
18 | |
---|