You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.