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
Plucene::Analysis::CJKAnalyzer(3) User Contributed Perl Documentation Plucene::Analysis::CJKAnalyzer(3)

Plucene::Analysis::CJKAnalyzer - Analyzer for CJK texts

        # isa Plucene::Analysis::Analyzer

        my Plucene::Analysis::CJKAnalyzer $wt 
                = Plucene::Analysis::CJKAnalyzer->new(@args);

This is a text analyzer for analyzing CJK texts. Plucene does not support CJK texts natively. This module encodes terms in MIME::Base64 format to get around this problem. Texts are assumbed to be in UTF-8 encoding.

See "cjk.t" in t for more details.

        my Plucene::Analysis::CJKAnalyzer Plucene::Analysis::ChineseAnalyzer->new(@args);

Creates a TokenStream which tokenizes all the text in the provided Reader.

Plucene

MIME::Base64

Plucene::Analysis::CJKTokenizer

Copyright (C) 2006 by Yung-chung Lin (a.k.a. xern) <xern@cpan.org>

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

2006-01-19 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.