Hello and Happy New Year!
(на русском — читайте ниже)
We are happy to let you know of three major changes to the RSA API for entity level sentiment analysis of Russian texts:

You can now send in an array of up to 10 texts. Use the new end-point: https://russiansentimentanalyzer.p.mashape.com/rsa/sentiment/polarity/jsons/
[ { "text": "Гиперответственный классный исполнитель :)\nОтдельный респект за подхваченное в 22-00 задание!", "article_id": 1, "include_strength": true }, { "text": "быстро доставил,но претензии остались", "article_id": 2, "include_strength": true }, { "text": "погода отличная" } ]
Response from the API will have polarity labels tagged with original article_id values, if provided (otherwise follows the input order of texts):
[ { "sentiment": "POSITIVE", "strength": 1, "article_id": "1" }, { "sentiment": "NEUTRAL", "strength": 0, "article_id": "2" }, { "sentiment": "POSITIVE", "strength": 1 } ]
- We have tuned the quality for both positive and negative tonality.
- We are back to Fremium model allowing you to send 100 texts a month for free.
Enjoy!
Insider team
Привет и с Новым годом!
Мы рады сообщить о трёх важных улучшениях в RSA API — системе объектного анализа тональности текстов на русском языке:
- Теперь за один запрос можно прислать до 10 текстов. Используйте новый энд-пойнт: https://russiansentimentanalyzer.p.mashape.com/rsa/sentiment/polarity/jsons/
Пример запроса:
[ { "text": "Гиперответственный классный исполнитель :)\nОтдельный респект за подхваченное в 22-00 задание!", "article_id": 1, "include_strength": true }, { "text": "быстро доставил,но претензии остались", "article_id": 2, "include_strength": true }, { "text": "погода отличная" } ]
Ответ системы будет содержать оригинальные article_id либо следовать изначальному порядку текстов:
[ { "sentiment": "POSITIVE", "strength": 1, "article_id": "1" }, { "sentiment": "NEUTRAL", "strength": 0, "article_id": "2" }, { "sentiment": "POSITIVE", "strength": 1 } ]
- Было улучшено качество распознавания позитивной и негативной тональности.
- Мы вернули модель Fremium, позволяющей присылать до 100 текстов в месяц бесплатно!

Команда Insider