Show
Ignore:
Timestamp:
04/15/09 09:41:07 (15 years ago)
Author:
naoya_t
Message:

=> http://cvs.sourceforge.jp/view/gauche/Gauche-mecab/

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/scheme/gauche/bindings/mecab/trunk/ChangeLog

    r119 r131  
    1 2009-03-23  naoya_t  <naoya.t@aqua.plala.or.jp> 
     12009-03-25  Naoya Tozuka  <naoya_t@users.sourceforge.jp> 
    22 
    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. 
    411 
    5122009-03-01  Shiro Kawai  <shiro@acm.org> 
     
    1017 
    1118 
    12