From b944d946bb15c5efb6c1b8857810b25a8042e9e2 Mon Sep 17 00:00:00 2001 From: Shatha Makhlouf Date: Thu, 18 Mar 2021 03:16:03 +0200 Subject: [PATCH] Added Sentiment Analysis Api to Text Analysis --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8949f604..dafa46b9 100644 --- a/README.md +++ b/README.md @@ -799,6 +799,7 @@ API | Description | Auth | HTTPS | CORS | | [Detect Language](https://detectlanguage.com/) | Detects text language | `apiKey` | Yes | Unknown | | [Google Cloud Natural](https://cloud.google.com/natural-language/docs/) | Natural language understanding technology, including sentiment, entity and syntax analysis | `apiKey` | Yes | Unknown | | [Semantira](https://semantria.readme.io/docs) | Text Analytics with sentiment analysis, categorization & named entity extraction | `OAuth` | Yes | Unknown | +| [Sentiment Analysis](https://www.meaningcloud.com/developer/sentiment-analysis) | Multilingual sentiment analysis of texts from different sources | `apiKey` | Yes | Yes | | [Watson Natural Language Understanding](https://cloud.ibm.com/apidocs/natural-language-understanding/natural-language-understanding) | Natural language processing for advanced text analysis | `OAuth` | Yes | Unknown | **[⬆ Back to Index](#index)**