Text Analysis Online
Text Analysis Online provides a cornucopia of functionalities to analyse text: - language detection - grammar correction [beta implemented] - spelling correction [not yet implemented] - translation [not yet implemented]
Text Analysis Online endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
ping /ping |
used for health monitoring/heartbeat. receives a single pong |
| POST |
correct_grammar /api/v1/correct_grammar |
Detects the language of the text and corrects grammar errors in it. **THIS IS ONLY A BETA VERSION**: It does okay, but not yet great. ***working on it*** |
| POST |
detect_language /api/v1/detect_language |
detects the language a text is written in |
| POST |
tag_text /api/v1/tag_text |
returns tags for the text. Usages several well-established methods for tagging: RAKE, YAKE, TextRank, TF-IDF (on a single text), TF-IDF (on sentence level) |
| POST |
translate_text /api/v1/translate_text |
translates any text (*orig_text*) into a destination language (*language*) |
| POST |
detect_languages /api/v1/detect_languages |
detects the languages a text is written in |
| GET |
detectable_languages /api/v1/detectable_languages |
returns all languages (in ISO 639-1 code) that the endpoints detect_language and detect_languages can detect |
Text Analysis Online pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $4.49 / month | — |
|