[strings] fukuball/jieba-php

Add Jieba to Strings, "Jieba" (Chinese for "to stutter”) is a Chinese

text segmentation library for natural language processing.
This commit is contained in:
fukuball 2016-04-05 11:30:01 +08:00 committed by Jose Diaz-Gonzalez
parent 33146e111c
commit 4573fbeb03
1 changed files with 1 additions and 0 deletions

View File

@ -616,6 +616,7 @@ Libraries to help manage database schemas and migrations.
* [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colours.
* [Device Detector](https://github.com/piwik/device-detector) - Another library for parsing user agent strings.
* [Hoa String](https://github.com/hoaproject/String) - Another UTF-8 string library.
* [Jieba-PHP](https://github.com/fukuball/jieba-php) - A PHP port of Python's jieba. Chinese text segmentation for natural language processing.
* [Mobile-Detect](https://github.com/serbanghita/Mobile-Detect) - A lightweight PHP class for detecting mobile devices (including tablets).
* [Patchwork UTF-8](https://github.com/nicolas-grekas/Patchwork-UTF8) - A portable library for working with UTF-8 strings.
* [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.