summaryrefslogtreecommitdiff
path: root/textproc/mecab-base
AgeCommit message (Collapse)AuthorFilesLines
2009-10-14Update MeCab to 0.98.obache4-21/+22
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-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-02-04Update mecab to 0.97.obache3-15/+11
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.obache4-32/+32
Fix buffer overflow bug, dictionary incompatibility issue, some functionary enhancements for dictionary
2007-05-17Pass appropriate flags related to pthread(Should fix build problem on ↵obache4-6/+46
DragonFly). Remove subst for mecab-config, it was unneeded anymore.
2007-05-12Initial import of mecab-base version 0.95.obache5-0/+82
Yet Another Part-of-Speech and Morphological Analyzer.