Merge pull request #1526 from iacopy/update-stanfordnlp

Update stanfordnlp (repo moved)
This commit is contained in:
Vinta Chen 2020-04-07 20:07:00 +08:00 committed by GitHub
commit 5809f52d40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -815,12 +815,12 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [gensim](https://github.com/RaRe-Technologies/gensim) - Topic Modeling for Humans.
* [langid.py](https://github.com/saffsd/langid.py) - Stand-alone language identification system.
* [nltk](http://www.nltk.org/) - A leading platform for building Python programs to work with human language data.
* [pattern](https://github.com/clips/pattern) - A web mining module for the Python.
* [pattern](https://github.com/clips/pattern) - A web mining module.
* [polyglot](https://github.com/aboSamoor/polyglot) - Natural language pipeline supporting hundreds of languages.
* [pytext](https://github.com/facebookresearch/pytext) - A natural language modeling framework based on PyTorch.
* [PyTorch-NLP](https://github.com/PetrochukM/PyTorch-NLP) - A toolkit enabling rapid deep learning NLP prototyping for research.
* [spacy](https://spacy.io/) - A library for industrial-strength natural language processing in Python and Cython.
* [stanfordnlp](https://github.com/stanfordnlp/stanfordnlp) - The Stanford NLP Group's official Python library, supporting 50+ languages.
* [Stanza](https://github.com/stanfordnlp/stanza) - The Stanford NLP Group's official Python library, supporting 60+ languages.
- Chinese
* [jieba](https://github.com/fxsjy/jieba) - The most popular Chinese text segmentation library.
* [pkuseg-python](https://github.com/lancopku/pkuseg-python) - A toolkit for Chinese word segmentation in various domains.