Text Processing
The WebKnox text processing API lets you process (natural) language texts. You can detect the text's language, the quality of the writing, find entity mentions, tag part-of-speech, extract dates, extract locations, or determine the sentiment of the text.
Text Processing endpoints
| Method | Endpoint | Description |
|---|---|---|
| Extract | ||
| GET |
Extract Locations /text/locations |
Extract names of locations in the given text. |
| GET |
Extract Dates /text/dates |
Extract dates from a given text. |
| POST |
Split Sentences /text/sentences |
Split a given text into sentences. |
| GET |
Extract Entities /text/entities |
Extract entities such as movies or people in a given text. |
| GET |
Split Sentences. /text/sentences |
Split a given text into sentences. |
| GET |
Summarize Text /text/summary |
Extract a summary of a text. |
| Rank | ||
| POST |
Rate the Quality /text/quality |
Determine the quality of an article. |
| Detect | ||
| GET |
Detect Language /text/language |
Detect the language of a natural language text. |
| GET |
Detect Part-of-Speech /text/posTags |
Tag a given text with part-of-speech tags (POS tags). |
| POST |
Detect Sentiment - POST /text/sentiment |
Detect the sentiment of a text. |
| GET |
Detect Errors /text/correction |
Detect spelling errors in the text. |
| GET |
Detect Sentiment /text/sentiment |
Detect the sentiment (positive or negative) of a given text. The detection works for English and German texts. |
Text Processing pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $19 / month | — |
|
| ULTRA Recommended | $59 / month | — |
|
| MEGA | $139 / month | — |
|