# $File: //member/autrijus/Lingua-ZH-Toke/README $ $Author: autrijus $
# $Revision: #2 $ $Change: 9667 $ $DateTime: 2004/01/11 12:56:49 $

This is the README file for Lingua::ZH::Toke, a Chinese Tokenizer on
steroids; it's a thin wrapper around Lingua::ZH::TaBE, as well as its
interface with overload and utf8 semantics.

* Installation

This modules requires Lingua::ZH::TaBE, which in turn needs libtabe
version 0.2.5 or above installed; please install the former from CPAN,
and the latter from ftp://xcin.linux.org.tw/pub/xcin/libtabe/devel/
before running Makefile.PL.

Lingua::ZH::Toke uses the standard perl module install process:

cpansign -v		# see SIGNATURE for details
perl Makefile.PL
make
make test
make install

* Copyright

Copyright 2003, 2004 by Autrijus Tang <autrijus@autrijus.org>.

All rights reserved.  You can redistribute and/or modify
this bundle under the same terms as Perl itself.

See <http://www.perl.com/perl/misc/Artistic.html>.