• R/O
  • SSH
  • HTTPS

mtjsplitter: Repository summary


Recent Commits RSS

Rev. Time Author Message
r3 2006-12-25 11:38:22 terapyon document update
r2 2006-12-21 15:24:11 terapyon bug fix and README
r1 2006-12-21 14:52:16 terapyon start

README.txt

MTJSplitter: Japanese language splitter for MeCab.

License:

 GNU General Public License (GPL)

Prerequisite:

MTJSplitter 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.
 
 mecab-python 0.9 or higher,tested with mecab-python 0.93.
 
  - MeCab and mecab-python: http://mecab.sourceforge.jp/

 Site-charset: UTF-8
 
 Dictionary-charset: UTF-8

How to 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

Install mecab-python:

  % tar zxvf mecab-python-0.9X.tar.gz
  % cd mecab-python-0.9X
  % python setup.py install

Install MTJSplitter:

  Downlaod 'MTJSplitter0.1.x.zip' and decompress .zip file.
  Copy 'MTJSplitter' directory into the Zope 'Product' directory,
  then restart Zope itself.

THANKS:

 MJSplitter
 http://zope.org/Members/mojix/MJSplitter/
 Michiharu 'Zope Junkie' Sakurai aka mojix

HISTORY:

 12/25/2006  ver 0.1.2
  Document update.

 12/21/2006  ver 0.1.1
  Bug fix.

 12/18/2006  ver 0.1
  First release.

AUTHOR:

 Manabu Terada
 http://www.cmscom.jp


CONTACT:

 info at cmscom dot jp
Show on old repository browser