Entity and Sentiment Extractor
API Feature list: 1. Entity (Person, Organization, Address, Price, etc) extraction, disambiguation, and resolution to a wiki page. 2. Salience score is provided to establish a document that is primarily about which mentioned entity. 3. The sentiment at the individual sentence level and at the overall document level. It also outputs a score (using which you can set your own sentiment sensitivity)…
Entity and Sentiment Extractor endpoints
| Method | Endpoint | Description |
|---|---|---|
| Summarize | ||
| GET |
/Summarize /summarize |
Summarize a large document without missing key details |
| Document | ||
| GET |
/Sentence : Top Positive/Negative /top_sentiment_sentences |
API can accept HTML input as well. Please try following: ``` content_type=HTML text=I like a human like entity extractor, which Apple, iPhone had too ``` **lang_code** is an… |
| GET |
/Sentence : Sentiment Analysis /sentiment |
API can accept HTML input as well. Please try following: ``` content_type=HTML text=I like a human like entity extractor, which Apple, iPhone had too ``` **lang_code** is an… |
| Entities | ||
| GET |
/Entity : Detailed Analysis /entities |
Identify various entities and their sentiment in a document. It will also return a wiki link for popular entities. Notice the **salience** score in the example output. The… |
| GET |
/Entity : List for each sentiment types /entities_with_sentiment |
Identify various entities and their sentiment in a document. It will also return a wiki link for popular entities. Notice the **salience** score in the example output. The… |
| GET |
/Entity : Non English Entity Recognition /entities |
Currently supports the following major languages: Chinese, English, French, German, Italian, Japanese, Korean, Portuguese, Russian, Spanish which correspond to the following… |
Entity and Sentiment Extractor pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $4.6 / month | 1 / second |
|
| ULTRA Recommended | $19.9 / month | 1 / second |
|
| MEGA | $59 / month | 1 / second |
|