GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Lingua::ZH::Segment(3) User Contributed Perl Documentation Lingua::ZH::Segment(3)

Lingua::ZH::Segment - Chinese Text Segmentation

This document describes version 0.01 of Lingua::ZH::Segment, released March 10, 2005.

    use Lingua::ZH::Segment;

    print segment('降龍18掌'); # 降 龍 18 掌

This module currently only break chinese text into single character (Chinese word), it will not break up any alphabet.

Currently, only "segment" is available.

Encode::Guess

Cheng-Lung Sung <clsung@tw.freebsd.org>

Hsin-Chan Chien for inspiring me about Encode::Guess.

Copyright 2005 by Cheng-Lung Sung <clsung@tw.freebsd.org>

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

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

Hey! The above document had some coding errors, which are explained below:
Around line 24:
Non-ASCII character seen before =encoding in 'segment('降龍18掌');'. Assuming UTF-8
2007-08-20 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.