Giter VIP home page Giter VIP logo

cjksplitter's Introduction

CJKSplitter - Chinese, Japanese, Korean word splitter for ZCTextIndex

CJKSplitter is a ZCTextIndex splitter for CJK (Chinese-Japenese-Korea) text stored as Unicode. It uses a simple, but workable, "hack" instead of trying to do real word splitting from dictionaries. Compared to a dictionary based word splitter, this results in a bigger index and more matches than necessary, but it is a cheap price to pay for the reduced complexity.

Features

  • Uses regular expressions, compatible with the default English white space splitter.

  • Much simpler code, easier to install, easier to use.

  • Support for multiple encodings (unicode/utf-8/gb18030/gbk/gb2312/mbcs/big5) provided by 3 splitters (more to come):

    • 'CJK splitter': supports unicode/utf-8 encoding. This encoding is compatible with version 0.1

    • 'CJK GB splitter': supports unicode/gb18030/gbk/gb2312/mbcs encodings.

    • 'CJK BIG5 splitter': supports unicode/big5/mbcs encodings

  • Smaller index storage for CJK: index stored as unicode(2 bytes) rather than utf-8(3 bytes)

  • Supports English globbing.

  • Supports single Chinese charactor search.

About ZOpen

ZOpen is a professional Zope/Plone consulting company located in Shanghai, China. We are also the supporter for CZUG.org (China Zope User Group). We are trying to make Zope/CMF/Plone works for the Chinese people.

Contact us with : [email protected]

cjksplitter's People

Contributors

flipmcf avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.