Add jieba-php for PHP Natural Language Processing

Add jieba-php for PHP Natural Language Processing, "Jieba" (Chinese for
"to stutter”) is a Chinese text segmentation library for natural
language processing.
This commit is contained in:
Fukuball Lin 2015-12-16 02:50:26 +08:00
parent 9b13491282
commit 9f8dfe4568

View File

@ -64,6 +64,7 @@ For a list of free machine learning books available for download, go [here](http
- [Objective C](#objectivec) - [Objective C](#objectivec)
- [General-Purpose Machine Learning](#objectivec-general-purpose) - [General-Purpose Machine Learning](#objectivec-general-purpose)
- [PHP](#php) - [PHP](#php)
- [Natural Language Processing](#php-nlp)
- [General-Purpose Machine Learning](#php-general-purpose) - [General-Purpose Machine Learning](#php-general-purpose)
- [Python](#python) - [Python](#python)
- [Computer Vision](#python-cv) - [Computer Vision](#python-cv)
@ -600,6 +601,11 @@ on MNIST digits[DEEP LEARNING]
<a name="php"> <a name="php">
## PHP ## PHP
<a name="php-nlp">
### Natural Language Processing
* [jieba-php](https://github.com/fukuball/jieba-php) - Chinese Words Segmentation Utilities.
<a name="php-general-purpose"> <a name="php-general-purpose">
### General-Purpose Machine Learning ### General-Purpose Machine Learning