File: README

package info (click to toggle)
libmecab-perl 0.99.3-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 352 kB
  • sloc: cpp: 5,731; perl: 362; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
MeCab perl module

1. Installation

   % perl Makefile.PL
   % make
   % su
   # make install
   
2. How to use?

  See 'test.pl' as a sample program