2009-10-14 10:22:36 by OBATA Akio | Files touched by this commit (14) |
Log message:
Update MeCab to 0.98.
2009-09-27 MeCab 0.98
* UTF16 support (experimental)
* On Windows, changed to use Native API (ex. MultiByteToWideChar) for
codeset conversion.
* Convert source code to Google coding style.
* Add EON (end of N-best) format option (-S or --eon-format)
* Fixes problems hankaku-kana handling on Shift-JIS environment
* support online leraning (experimental)
* Now buildable without -Wno-deprecated
* and some small fixes.
|
2008-06-19 16:56:39 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
- Switch to use vendor_dir with Ruby 1.8.7.
Bump PKGREVISION.
|
2008-02-04 05:58:54 by OBATA Akio | Files touched by this commit (14) |
Log message:
Update mecab to 0.97.
Pkgsrc changes:
* fix some pkglint warining
* add DESTDIR support.
Changes:
* Fix a bug of exclusive control when dictionary is opened in MultiThreading \
environment.
* When installing the Windows version, it came to be able to specify the \
character-code of the dictionary.
* Fix a problem that was not able to be compiled correctly by some compilers.
* Add API that changes partial, analytical mode (Tagger::set_partial())
* Add API that changes generation level of lattice (Tagger::set_lattice_level())
* Add API that changes temperature parameter (Tagger::set_theta())
* Add API that changes all candidate output mode (Tagger::set_all_morphs())
|
2007-06-23 06:31:56 by OBATA Akio | Files touched by this commit (11) |
Log message:
Update mecab to 0.96 and mecab-ipadic to 2.7.0-20070610.
Fix buffer overflow bug, dictionary incompatibility issue, some functionary
enhancements for dictionary
|
2007-05-12 15:57:22 by OBATA Akio | Files touched by this commit (4) | |
Log message:
Initial import of ruby-mecab version 0.95.
MeCab ruby module.
|