Skip to main content

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.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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

c2.splitter.mecabja-1.0b2.tar.gz (12.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page