Merge pull request from fukuball/master

Add jieba-php for PHP Natural Language Processing
This commit is contained in:
Joseph Misiti 2015-12-15 15:41:12 -05:00
commit 1d1037eafe

View File

@ -64,6 +64,7 @@ For a list of free machine learning books available for download, go [here](http
- [Objective C](#objectivec)
- [General-Purpose Machine Learning](#objectivec-general-purpose)
- [PHP](#php)
- [Natural Language Processing](#php-nlp)
- [General-Purpose Machine Learning](#php-general-purpose)
- [Python](#python)
- [Computer Vision](#python-cv)
@ -600,6 +601,11 @@ on MNIST digits[DEEP LEARNING]
<a name="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">
### General-Purpose Machine Learning