From 5733381b5fe09c9e64a6de737381c2276c1edc74 Mon Sep 17 00:00:00 2001 From: Fukuball Lin Date: Fri, 4 Dec 2015 01:01:26 +0800 Subject: [PATCH] Adding Chinese text processing library MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. Add Jieba-PHP - Chinese text segmentation for natural language processing. 2. Add Pangu.PHP - Paranoid text spacing for good readability (for CJK characters). 2. Add Pinyin - A library to translate Chinese hanzi (漢字) to pinyin (拼音). --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e52fb08..e556a18 100644 --- a/README.md +++ b/README.md @@ -568,6 +568,9 @@ Libraries to help manage database schemas and migrations. * [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings. * [Device Detector](https://github.com/piwik/device-detector) - Another library for parsing user agent strings. * [Mobile-Detect](https://github.com/serbanghita/Mobile-Detect) - A lightweight PHP class for detecting mobile devices (including tablets). +* [Jieba-PHP](https://github.com/fukuball/jieba-php) - A PHP port of Python's jieba. Chinese text segmentation for natural language processing. +* [Pangu.PHP](https://github.com/Kunr/pangu.php) - A PHP port of Python's pangu. Paranoid text spacing for good readability. +* [Pinyin](https://github.com/overtrue/pinyin) - A library to translate Chinese hanzi (漢字) to pinyin (拼音). ## Numbers *Libraries for working with numbers.*