From aa46892f22b5444a51c40936eb3fbe1f744eeb1d Mon Sep 17 00:00:00 2001 From: Laurynas Butkus Date: Sun, 31 Dec 2017 10:18:08 +0200 Subject: [PATCH] Add language detection API - detectlanguage.com --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ef02f1cd..f4380fe8 100644 --- a/README.md +++ b/README.md @@ -633,6 +633,7 @@ API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | Aylien Text Analysis | A collection of information retrieval and natural language APIs | `apiKey` | Yes | [Go!](http://docs.aylien.com/) | | Google Cloud Natural | Natural language understanding technologies to developers, including sentiment, entity, and syntax analysis | `apiKey` | Yes | [Go!](https://cloud.google.com/natural-language/docs/) | +| Language Detection API | Detects text language | `apiKey` | Yes | [Go!](https://detectlanguage.com/) | | Semantira | Text Analytics with sentiment analysis, categorization & named entity extraction | `OAuth` | Yes | [Go!](https://semantria.readme.io/docs) | | Watson Natural Language Understanding | Natural language processing for advanced text analysis | `OAuth` | Yes | [Go!](https://www.ibm.com/watson/developercloud/natural-language-understanding/api/v1/) |