Quick NLP
Use the Quick NLP API features to perform the following: - Sentence extraction, - Part of speech detection - Entity recognition - Language detection - Convert numeric words to a number
Quick NLP endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Part Of Speech Detector /pos/{text} |
Breakdown a sentence into it's parts of speech |
| GET |
Entity Detector /ent/{text} |
Detect what types of entity each word is, for example, organisation, money, etc. |
| GET |
Sentiment Analysis /sentiment/{text} |
Analysis / detect the sentiment of a sentence |
| GET |
Language Detector /lang/{text} |
Detect the language based on the text |
| GET |
Numeric text to number /num/{text} |
Convert numbers written as words to their integer or real format |
| GET |
Readability Score /readability/{text} |
Readability score of text |
| GET |
Sentence Extraction /sentence/{text} |
Separate sentences in paragraphs into an array of sentences |
Quick NLP pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / minute |
|
| PRO | $1 / month | 1 / second |
|
| ULTRA | $2 / month | 1 / second |
|