This product is Japanese splitter by Mecab for Plone
Project description
Introduction
This package is Japanese language splitter for MeCab.
License
GNU General Public License (GPL)
Prerequisite
This package should work with UNIX related systm, such as Linux, FreeBSD, MacOS X.
Python2.4.3 or higher.
MeCab 0.9 or higher, tested with MeCab 0.93.
Dictionary-charset: UTF-8 and Site-charset: UTF-8
Require packeage
mecab-python, it is auto included.
THANKS
MJSplitter http://zope.org/Members/mojix/MJSplitter/ Michiharu ‘Zope Junkie’ Sakurai aka mojix
Changelog
1.0b3 (2018-03-07)
bug fix for import error [terapyon]
1.0b2 (2012-09-02)
modify function args refactoring
1.0b1 (2012-08-16)
Beta release
Change packaging from MTJSplitter
Support yomi function and getting only Verb. and Noun..
c2.splitter.mecabja Installation
Add c2.splitter.mecabja to the list of eggs to install, e.g.:
[buildout] ... eggs = ... c2.splitter.mecabja
Re-run buildout, e.g. with:
$ ./bin/buildout -N
MeCab install
Install MeCab:
% tar zxfv mecab-X.X.tar.gz % cd mecab-X.X % ./configure % make % make check % su # make install
Make sure the directory of library path. For example, ‘libmecab.so’ should be in /usr/local/lib on the CentOS Linux.
Check the path ‘/usr/local/lib’ is written in ‘/etc/ ld.so.conf’. If not, add ‘/usr/local/lib’ then execute
#/sbin/ldconfig
as root.
Install ipadic:
% tar zxfv mecab-ipadic-2.7.0-XXXX.tar.gz % cd mecab-ipadic-2.7.0-XXXX % ./configure --with-charset=utf8 % make % su # make install
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file c2.splitter.mecabja-1.0b3.tar.gz
.
File metadata
- Download URL: c2.splitter.mecabja-1.0b3.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fffcff1d3c09da3ab292af5de2ca2d06878f9e4e9313f6c701b3a7261454513c |
|
MD5 | f4ac308cdf791cd902b56fe4771a4924 |
|
BLAKE2b-256 | beaefa930723800d419f3e9fe17875806b9134ae86d95f3611ad556b93902ae9 |