mirror of
https://github.com/josephmisiti/awesome-machine-learning.git
synced 2024-11-23 21:23:37 +03:00
initial commit
This commit is contained in:
parent
3c6cd485c6
commit
54bff7bd94
39
README.md
39
README.md
@ -0,0 +1,39 @@
|
||||
A curated list of awesome machine learning frameworks, libraries and software (by language). Inspired by awesome-php.
|
||||
|
||||
|
||||
## Python
|
||||
|
||||
### Natural Language Processing
|
||||
|
||||
*Libraries for working with human languages.*
|
||||
|
||||
* [NLTK](http://www.nltk.org/) - A leading platform for building Python programs to work with human language data.
|
||||
* [Pattern](http://www.clips.ua.ac.be/pattern) - A web mining module for the Python programming language. It has tools for natural language processing, machine learning, among others.
|
||||
* [TextBlob](http://textblob.readthedocs.org/) - Providing a consistent API for diving into common natural language processing (NLP) tasks. Stands on the giant shoulders of NLTK and Pattern, and plays nicely with both.
|
||||
* [jieba](https://github.com/fxsjy/jieba#jieba-1) - Chinese Words Segementation Utilities.
|
||||
* [SnowNLP](https://github.com/isnowfy/snownlp) - A library for processing Chinese text.
|
||||
* [loso](https://github.com/victorlin/loso) - Another Chinese segmentation library.
|
||||
* [genius](https://github.com/duanhongyi/genius) - A Chinese segment base on Conditional Random Field.
|
||||
|
||||
## Ruby
|
||||
|
||||
|
||||
## Scala
|
||||
|
||||
|
||||
## Java
|
||||
|
||||
|
||||
## Go
|
||||
|
||||
|
||||
## R
|
||||
|
||||
|
||||
## Julia
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user