Update stanfordnlp to the new repo

"[Deprecated] This library has been renamed to "Stanza".
Latest development at: https://github.com/stanfordnlp/stanza"

Also update the number of supported languages.
This commit is contained in:
iacopo 2020-03-28 00:23:38 +01:00
parent 7f25d17baa
commit d7a3a1fec3
1 changed files with 1 additions and 1 deletions

View File

@ -819,7 +819,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [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.