GitHub - actindi-dev/mecab-ruby-gem: MeCab ruby binding with gemspec

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

MeCab ruby module

$Id: README,v 1.1.1.1 2005/12/03 14:18:52 taku-ku Exp $;

1. Installation

   % ruby extconf.rb
   % make
   % su
   # make install

2. How to use?

   See 'test.rb' as a sample program.