mirror of
https://github.com/lorien/awesome-web-scraping.git
synced 2024-11-28 08:48:58 +02:00
Merge pull request #99 from TheWoops/patch-3
Added 3 popular NLP-libraries
This commit is contained in:
commit
47c1f271a8
@ -254,6 +254,9 @@ Libraries for parsing and manipulating specific text formats.
|
||||
Libraries for working with human languages.
|
||||
|
||||
* [NLTK](http://www.nltk.org/) - A leading platform for building Python programs to work with human language data.
|
||||
* [spacy](https://github.com/explosion/spaCy) - Enables using State-of-the-Art Deep Learning models for common NLP tasks.
|
||||
* [fastai](https://github.com/fastai/fastai) - Deep Learning library with free video tutorials + active forum community, downside of lib: GPU needed
|
||||
* [gensim](https://github.com/RaRe-Technologies/gensim) - library for topic modeling, document indexing and similarity retrieval with large corpora
|
||||
* [Pattern](http://www.clips.ua.ac.be/pattern) - A web mining module for the Python. It has tools for natural language processing, machine learning, among others.
|
||||
* [TextBlob](http://textblob.readthedocs.org/) - Providing a consistent API for diving into common NLP tasks. Stands on the giant shoulders of NLTK and Pattern.
|
||||
* [jieba](https://github.com/fxsjy/jieba) - Chinese Words Segmentation Utilities.
|
||||
|
Loading…
Reference in New Issue
Block a user