summaryrefslogtreecommitdiff
path: root/textproc/py-mecab
AgeCommit message (Collapse)AuthorFilesLines
2009-10-14Update MeCab to 0.98.obache3-5/+19
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-03-05Remove PYBINMODULE. All it did was mark some packages as not availablejoerg1-2/+1
on some platforms that lacked shared library support in the past. The list hasn't been maintained at all and the gain is very limited, so just get rid of it.
2008-02-04Update mecab to 0.97.obache2-6/+10
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-23Update mecab to 0.96 and mecab-ipadic to 2.7.0-20070610.obache1-4/+4
Fix buffer overflow bug, dictionary incompatibility issue, some functionary enhancements for dictionary
2007-05-12Initial import of py-mecab version 0.95.obache4-0/+37
MeCab python module.