From f98035b99857b8a3f228d868699deaf0151cb202 Mon Sep 17 00:00:00 2001 From: BigLobsterito <50109515+BigLobsterito@users.noreply.github.com> Date: Sun, 6 Oct 2019 14:25:36 +0300 Subject: [PATCH] Add Language Identification API (#944) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2023b7bc..1d8bbc77 100644 --- a/README.md +++ b/README.md @@ -812,6 +812,7 @@ API | Description | Auth | HTTPS | CORS | | [Cloudmersive Natural Language Processing](https://www.cloudmersive.com/nlp-api) | Natural language processing and text analysis | `apiKey` | Yes | Yes | | [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 | +| [Language Identification](https://rapidapi.com/BigLobster/api/language-identification-prediction) | Automatic language detection for any texts, supports over 175 languages | `X-RapidAPI-Key` | Yes | Unknown | | [Semantira](https://semantria.readme.io/docs) | Text Analytics with sentiment analysis, categorization & named entity extraction | `OAuth` | Yes | Unknown | | [Watson Natural Language Understanding](https://www.ibm.com/watson/developercloud/natural-language-understanding/api/v1/) | Natural language processing for advanced text analysis | `OAuth` | Yes | Unknown |