• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

AUTHORSH A D17-Feb-201328 21

BSDH A D17-Feb-20131.6 KiB3024

COPYINGH A D17-Feb-2013240 54

GPLH A D17-Feb-201317.6 KiB341281

LGPLH A D17-Feb-201325.8 KiB505418

MANIFESTH A D17-Feb-201351 65

Makefile.PLH A D17-Feb-2013361 1110

MeCab.pmH A D17-Feb-201311.1 KiB397333

MeCab_wrap.cxxH A D17-Feb-2013208.9 KiB7,5256,208

READMEH A D17-Feb-2013150 138

test.plH A D17-Feb-20131.4 KiB5341

README

1MeCab perl module
2
31. Installation
4
5   % perl Makefile.PL
6   % make
7   % su
8   # make install
9
102. How to use?
11
12  See 'test.pl' as a sample program
13