af8f9e5373
Zhparser is a PostgreSQL extension for full-text search of Chinese. It use Simple Chinese Word Segmentation (SCWS) as driver and highly configurable and easy to use. The default dictionary of Zhparser is for Simplified Chinese. If you use Tranditional Chinese,you can download the dicionary from SCWS offical site. WWW: https://github.com/amutu/zhparser PR: 219649 Submitted by: Jov <amutu@amutu.com>
7 lines
355 B
Text
7 lines
355 B
Text
Zhparser is a PostgreSQL extension for full-text search of Chinese. It use
|
|
Simple Chinese Word Segmentation (SCWS) as driver and highly configurable and
|
|
easy to use. The default dictionary of Zhparser is for Simplified Chinese. If
|
|
you use Tranditional Chinese,you can download the dicionary from SCWS offical
|
|
site.
|
|
|
|
WWW: https://github.com/amutu/zhparser
|