dostoevsky
Описание
Sentiment analysis library for russian language
Языки
- Python100%
4 года назад
5 лет назад
5 лет назад
3 года назад
5 лет назад
5 лет назад
5 лет назад
5 лет назад
4 года назад
5 лет назад
5 лет назад
README.md
Dostoevsky 
Sentiment analysis library for russian language
Install
Please note that supports only Python 3.7+ on both Linux and WindowsDostoevsky
Social network model [FastText]
This model was trained on RuSentiment dataset and achieves up to ~0.71 F1 score.
Usage
First of all, you'll need to download binary model:
Then you can use sentiment analyzer:
Articles
- 🇷🇺 Dostoevsky — анализ тональности в Python за 5 минут
- 🇷🇺 Семантический анализ мнений о поправках к Конституции на основе данных ВКонтакте
- 🇷🇺 Как писать посты в стиле Артемия Лебедева? Подробный анализ телеграм-канала и кое-что еще
Feel free to extend this list with your article! ✨
Related projects
- David Dale BERT-based models for emotion detection and classification of toxicity
Citation
If you use the library in a research project, please include the following citation for the RuSentiment data:
@inproceedings{rogers-etal-2018-rusentiment,
title = "{R}u{S}entiment: An Enriched Sentiment Analysis Dataset for Social Media in {R}ussian",
author = "Rogers, Anna and
Romanov, Alexey and
Rumshisky, Anna and
Volkova, Svitlana and
Gronas, Mikhail and
Gribov, Alex",
booktitle = "Proceedings of the 27th International Conference on Computational Linguistics",
month = aug,
year = "2018",
address = "Santa Fe, New Mexico, USA",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/C18-1064",
pages = "755--763",
}