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

..03-May-2022-

t/H20-Jan-2003-588425

ChangesH A D20-Jan-20033 KiB5958

Keywords.pmH A D20-Jan-20033.1 KiB11950

MANIFESTH A D20-Jan-200397 109

Makefile.PLH A D20-Jan-2003434 1711

READMEH A D20-Jan-2003880 3020

SIGNATUREH A D20-Jan-20031.1 KiB3225

README

1# $File: //member/autrijus/Lingua-ZH-Keywords/README $ $Author: autrijus $
2# $Revision: #1 $ $Change: 3690 $ $DateTime: 2003/01/20 11:08:53 $
3
4This is the README file for Lingua::ZH::Keywords, a module to
5extracts keywords from Chinese text.
6
7* Installation
8
9This modules requires Lingua::ZH::TaBE, which in turn needs libtabe
10version 0.2.5 or above installed; please install the former from CPAN,
11and the latter from ftp://xcin.linux.org.tw/pub/xcin/libtabe/devel/
12before running Makefile.PL.
13
14Lingua::ZH::Keywords uses the standard perl module install process:
15
16cpansign -v		# see SIGNATURE for details
17perl Makefile.PL
18make
19make test
20make install
21
22* Copyright
23
24Copyright 2003 by Autrijus Tang <autrijus@autrijus.org>.
25
26All rights reserved.  You can redistribute and/or modify
27this bundle under the same terms as Perl itself.
28
29See <http://www.perl.com/perl/misc/Artistic.html>.
30