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

..03-May-2022-

lib/Lingua/ZH/H11-Jan-2004-22078

t/H11-Jan-2004-177117

ChangesH A D11-Jan-20042.3 KiB4544

MANIFESTH A D11-Jan-2004152 1211

META.ymlH A D11-Jan-2004349 1210

Makefile.PLH A D11-Jan-2004666 2719

READMEH A D11-Jan-2004962 3121

SIGNATUREH A D11-Jan-20041.3 KiB3427

README

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