From aa46892f22b5444a51c40936eb3fbe1f744eeb1d Mon Sep 17 00:00:00 2001 From: Laurynas Butkus Date: Sun, 31 Dec 2017 10:18:08 +0200 Subject: [PATCH 1/3] 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/) | From 867f7393ecf05dc7abf0bab76b2f2f62792e3cfa Mon Sep 17 00:00:00 2001 From: Laurynas Butkus Date: Tue, 2 Jan 2018 20:11:45 +0200 Subject: [PATCH 2/3] Update service title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4380fe8..0410d983 100644 --- a/README.md +++ b/README.md @@ -633,7 +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/) | +| Detect Language | 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/) | From 2d594b6b1af7281c1c3ea23786d5ed5b67e1210f Mon Sep 17 00:00:00 2001 From: Laurynas Butkus Date: Tue, 2 Jan 2018 21:49:56 +0200 Subject: [PATCH 3/3] Adjust service position --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0410d983..fae5d42d 100644 --- a/README.md +++ b/README.md @@ -632,8 +632,8 @@ API | Description | Auth | HTTPS | Link | 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/) | | Detect Language | Detects text language | `apiKey` | Yes | [Go!](https://detectlanguage.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/) | | 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/) |