Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 446 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 446 Bytes

mecab-python

This is a fork of the MeCab python bindings version 0.993. The original copy can be found at https://code.google.com/p/mecab/downloads/list.

Installation

  % python setup.py build
  % su
  # python setup.py install

You can change the install directory with the --prefix option. For example:

  % python setup.py install --prefix=/tmp/pybuild/foobar

How to use?

see 'test.py' as a sample program.