Metadata-Version: 1.0
Name: c2.splitter.mecabja
Version: 1.0b1
Summary: This product is Japansee splitter by Mecab for Plone
Home-page: http://www.cmscom.jp
Author: Manabu TERADA
Author-email: terada@cmscom.jp
License: GPL
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.0b1 (2012-08-16)
        ---------------------
        
        - Beta release
        - Change packaging form `MTJSplitter <http://sourceforge.jp/projects/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
        
        
        
        
        
Keywords: plone splitter Japanese  mecab
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
