1
mirror of https://github.com/public-apis/public-apis synced 2025-01-05 15:16:23 +01:00

Added Sentiment Analysis Api to Text Analysis

This commit is contained in:
Shatha Makhlouf 2021-03-18 03:16:03 +02:00
parent 09b108200e
commit b944d946bb

View File

@ -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)**