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