mirror of
https://github.com/josephmisiti/awesome-machine-learning.git
synced 2024-11-27 10:08:57 +03:00
A curated list of awesome Machine Learning frameworks, libraries and software.
README.md |
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 - A leading platform for building Python programs to work with human language data.
- Pattern - A web mining module for the Python programming language. It has tools for natural language processing, machine learning, among others.
- TextBlob - 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 - Chinese Words Segementation Utilities.
- SnowNLP - A library for processing Chinese text.
- loso - Another Chinese segmentation library.
- genius - A Chinese segment base on Conditional Random Field.