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

..03-May-2022-

t/H20-Jan-2003-313229

ChangesH A D20-Jan-2003795 1716

MANIFESTH A D20-Jan-200398 109

Makefile.PLH A D20-Jan-2003479 1913

READMEH A D20-Jan-2003656 2516

SIGNATUREH A D20-Jan-20031.2 KiB3225

Summarize.pmH A D20-Jan-20034.3 KiB16862

README

1# $File: //member/autrijus/Lingua-ZH-Summarize/README $ $Author: autrijus $
2# $Revision: #1 $ $Change: 3686 $ $DateTime: 2003/01/20 07:16:38 $
3
4This is the README file for Lingua::ZH::Summarize, a simple module
5providing summarization of Chinese texts.
6
7* Installation
8
9Lingua::ZH::Summarize uses the standard perl module install process:
10
11cpansign -v		# see SIGNATURE for details
12perl Makefile.PL
13make
14make test
15make install
16
17* Copyright
18
19Copyright 2003 by Autrijus Tang <autrijus@autrijus.org>.
20
21All rights reserved.  You can redistribute and/or modify
22this bundle under the same terms as Perl itself.
23
24See <http://www.perl.com/perl/misc/Artistic.html>.
25