From 99b30faf605ba54f15a5cbb4aa566fdd6c6afa6e Mon Sep 17 00:00:00 2001 From: Vinta Date: Thu, 14 Sep 2017 13:57:23 +0800 Subject: [PATCH] add polyglot Fix #610 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 29a0ebae..d734d955 100644 --- a/README.md +++ b/README.md @@ -790,6 +790,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [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](http://www.clips.ua.ac.be/pattern) - A web mining module for the Python. +* [polyglot](https://github.com/aboSamoor/polyglot) - Natural language pipeline supporting hundreds of languages. * [SnowNLP](https://github.com/isnowfy/snownlp) - A library for processing Chinese text. * [spaCy](https://spacy.io/) - A library for industrial-strength natural language processing in Python and Cython. * [TextBlob](https://github.com/sloria/TextBlob) - Providing a consistent API for diving into common NLP tasks.