mirror of
https://github.com/josephmisiti/awesome-machine-learning.git
synced 2024-12-26 11:12:00 +03:00
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:
parent
9b13491282
commit
9f8dfe4568
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user