root/lang/perl/Lingua-JA-TFIDF/trunk/Lingua-JA-TFIDF-0.00001/README @ 22299

Revision 22299, 0.5 kB (checked in by miki, 5 years ago)

TF/IDF計算モジュール

Line 
1This is Perl module Lingua::JA::TFIDF.
2
3INSTALLATION
4
5Lingua::JA::TFIDF installation is straightforward. If your CPAN shell is set up,
6you should just be able to do
7
8    % cpan Lingua::JA::TFIDF
9
10Download it, unpack it, then build it as per the usual:
11
12    % perl Makefile.PL
13    % make && make test
14
15Then install it:
16
17    % make install
18
19DOCUMENTATION
20
21Lingua::JA::TFIDF documentation is available as in POD. So you can do:
22
23    % perldoc Lingua::JA::TFIDF
24
25to read the documentation online with your favorite pager.
26
27Takeshi Miki
Note: See TracBrowser for help on using the browser.