From d7a3a1fec30b081cc9e2e37e35e918145b07e9c9 Mon Sep 17 00:00:00 2001 From: iacopo Date: Sat, 28 Mar 2020 00:23:38 +0100 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bbb2e83..1620a9d6 100644 --- a/README.md +++ b/README.md @@ -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.