Commit graph

11 commits

Author SHA1 Message Date
agc
2eddae48e5 Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:59:17 +00:00
obache
3ace0f3172 Update mecab to 0.996.
2013-02-18 MeCab 0.996
* fixes missing linkage with iconv.
* Add function to generate new CSV file from adding costs and left/right context
  ID of CVS for user's dictionary.
* Add Lattice::set_result() method for generated analysis result to Lattice
2013-01-24 MeCab 0.995
* Reimplementation of partial analysis function
* Add API for partial analysis function (Lattice:set_boundary_constrant,
  Lattice::set_feature_constranit)
2013-02-28 12:31:37 +00:00
asau
1f96787c11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
obache
364c07786b Update mecab to 0.994.
* add relearning function
* add automatic estimation of word cost for user dictionary
2012-06-10 11:54:44 +00:00
obache
5a170092db 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.
2012-02-27 11:53:06 +00:00
obache
6c56cad09e ${PREFIX}/lib is pre-required for installation. 2009-12-28 01:01:19 +00:00
obache
44440faafd 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.
2009-10-14 08:22:35 +00:00
obache
198e32f400 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())
2008-02-04 04:58:52 +00:00
obache
41e2354267 Move compile of test source to test target so that avoid build error.
Some javac (ex, jikes) don't know encoding "EUC_JP".
2007-12-31 12:23:41 +00:00
obache
2bec870881 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-06-23 04:31:55 +00:00
obache
560931ce75 Initial import of java-mecab version 0.95.
MeCab java module.
2007-05-12 13:53:46 +00:00