The text-processing.com API is a simple JSON over HTTP web service for text mining and natural language processing. It is currently free and open for public use without authentication, though that may change in the future.
API calls are limited to 1,000 per day from the same IP address.
It currently offers the following functionality:
Sentiment Analysis (sentiment()
)
Stemming (stem()
)
Part-of-Speech Tagging and Chunking (part_of_speech()
)
Phrase Extraction & Named Entity Recognition (phrase_extract()
)
Bob Rudis (@hrbrmstr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.