From 52cab8fd77da117477e6ac3acf0a30d6457c0f27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20F=C3=B6rstner?= Date: Sun, 6 Oct 2019 13:18:37 +0200 Subject: [PATCH 1/2] Typo fix spacy to spaCy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ded142745d..ba15180d64 100644 --- a/README.md +++ b/README.md @@ -798,7 +798,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [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. + * [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. - Chinese * [jieba](https://github.com/fxsjy/jieba) - The most popular Chinese text segmentation library. From 83661b07f096063b2866f1aefd88d27535f0b1d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20F=C3=B6rstner?= Date: Sun, 6 Oct 2019 13:26:45 +0200 Subject: [PATCH 2/2] Add Taiga --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ba15180d64..116d340bdb 100644 --- a/README.md +++ b/README.md @@ -785,6 +785,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [itsdangerous](https://github.com/pallets/itsdangerous) - Various helpers to pass trusted data to untrusted environments. * [pluginbase](https://github.com/mitsuhiko/pluginbase) - A simple but flexible plugin system for Python. * [tryton](http://www.tryton.org/) - A general purpose business framework. +* [Taiga](https://taiga.io/) - Agile project management platform. ## Natural Language Processing