Text-Processing
Sentiment analysis, stemming and lemmatization, part-of-speech tagging and chunking, phrase extraction and named entity recognition. Checkout the docs on http://text-processing.com/docs/ to see how to test out the API for free
Text-Processing endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
stem /stem/ |
Stem or lemmatize each word in given text. |
| POST |
sentiment /sentiment/ |
Analyze sentiment of English text. |
| POST |
tag /tag/ |
Part-of-speech tagging, phrase chunking, and named entity recognition of text. |
| POST |
phrases /phrases/ |
Extract phrase chunks and named entities from text. |
| POST |
phrases /phrases/ |
Extract phrase chunks and named entities from text. |
| POST |
tag /tag/ |
Part-of-speech tagging, phrase chunking, and named entity recognition of text. |
| POST |
stem /stem/ |
Stem or lemmatize each word in given text. |
| POST |
sentiment /sentiment/ |
Analyze sentiment of English text. |
Text-Processing pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $5 / month | — |
|
| PRO Recommended | $10 / month | — |
|
| ULTRA | $50 / month | — |
|
| MEGA | $100 / month | — |
|