| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=2767q2rs9i60a95ol1p76nnsn2; path=/
content-type: text/html; charset=UTF-8
date: Mon, 29 Dec 2025 00:10:31 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
mail
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
shells
sysutils
textproc
mecab
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./textproc/mecab, Yet Another Part-of-Speech and Morphological Analyzer
[
Branch: CURRENT, Version: 0.996, Package name: mecab-0.996, Maintainer: pkgsrc-users
Yet Another Part-of-Speech and Morphological Analyzer
Required to run:
[textproc/mecab-ipadic]
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
regress
security
shells
sysutils
textproc
mecabtime
wip
wm
www
x11
* = Virtual Category
Path to this page:
./textproc/mecab, Yet Another Part-of-Speech and Morphological Analyzer
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 0.996, Package name: mecab-0.996, Maintainer: pkgsrc-users
Yet Another Part-of-Speech and Morphological Analyzer
Required to run:
[textproc/mecab-ipadic]
Master sites:
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2013-02-28) Updated to version: mecab-0.996
- (2012-06-10) Updated to version: mecab-0.994
- (2012-02-27) Updated to version: mecab-0.993
- (2009-10-14) Updated to version: mecab-0.98
- (2008-02-10) Updated to version: mecab-0.97
CVS history: (Expand)
| 2025-11-17 12:01:43 by Thomas Klausner | Files touched by this commit (709) |
Log message: *: switch all sourceforge HOMEPAGEs to https |
| 2017-08-16 22:45:48 by Thomas Klausner | Files touched by this commit (209) |
Log message: Comment out dead sites. |
| 2015-03-15 18:00:30 by Hiramatsu Yoshifumi | Files touched by this commit (6) |
Log message: Set MAINTAINER to pkgsrc-users. |
| 2013-02-28 13:31:39 by OBATA Akio | Files touched by this commit (9) |
Log message: 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) |
| 2012-06-10 13:54:45 by OBATA Akio | Files touched by this commit (9) |
Log message: Update mecab to 0.994. * add relearning function * add automatic estimation of word cost for user dictionary |
| 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. |
| 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. |
| 2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message: Simply and speed up buildlink3.mk files and processing. 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. |
