2012-02-27 12:53:07 by OBATA Akio | Files touched by this commit (17) | |
Log message:
Update mecab to 0.993.
2012-01-27 MeCab 0.993
* Fix to works well for MeCab::Tagger::formatNode()
* To reduce stack size, save almost of local variables(arrays) to heap.
2012-01-14 MeCab 0.992
* Fix typos in source codes.
2012-01-14 MeCab 0.991
* Fix parse error with null strings or space strings.
* Fix failure for creation of user dictionaries.
2011-12-24 MeCab 0.99
* Add MeCab::Model MeCab::Lattice classes.
Improve usabilities on multi threads environment. Multiple threads can parse
with shareing same dictionary.
* Remove function for automatic dictionary reference share when refereing same
dictionaly (You can do same works with MeCab::Model).
* Add function for atomic dictionaly update in parsing. Model::swap()
* Change Windows version to Unicode binary.
* Remove experimental online learning, HMM and EM learning codes.
* Remove MeCab::Node:(begin|end)_node_list members.
* minor bug fixes.
|
2011-08-14 17:14:23 by OBATA Akio | Files touched by this commit (201) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
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-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
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-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
|
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:55:04 by OBATA Akio | Files touched by this commit (4) | |
Log message:
Initial import of p5-mecab version 0.95.
MeCab perl module.
|