All Projects → SentometricsResearch → sentometrics

SentometricsResearch / sentometrics

Licence: other
An integrated framework in R for textual sentiment time series aggregation and prediction

Programming Languages

r
7636 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to sentometrics

Btctrading
Time Series Forecast with Bitcoin value, to detect upward/down trends with Machine Learning Algorithms
Stars: ✭ 99 (+28.57%)
Mutual labels:  time-series, prediction
restaurant-finder-featureReviews
Build a Flask web application to help users retrieve key restaurant information and feature-based reviews (generated by applying market-basket model – Apriori algorithm and NLP on user reviews).
Stars: ✭ 21 (-72.73%)
Mutual labels:  text-mining, sentiment-analysis
Sweep
Extending broom for time series forecasting
Stars: ✭ 143 (+85.71%)
Mutual labels:  time-series, prediction
Getting Things Done With Pytorch
Jupyter Notebook tutorials on solving real-world problems with Machine Learning & Deep Learning using PyTorch. Topics: Face detection with Detectron 2, Time Series anomaly detection with LSTM Autoencoders, Object Detection with YOLO v5, Build your first Neural Network, Time Series forecasting for Coronavirus daily cases, Sentiment Analysis with BERT.
Stars: ✭ 738 (+858.44%)
Mutual labels:  time-series, sentiment-analysis
Orange3 Text
🍊 📄 Text Mining add-on for Orange3
Stars: ✭ 83 (+7.79%)
Mutual labels:  text-mining, sentiment-analysis
Deep Learning Time Series
List of papers, code and experiments using deep learning for time series forecasting
Stars: ✭ 796 (+933.77%)
Mutual labels:  time-series, prediction
converse
Conversational text Analysis using various NLP techniques
Stars: ✭ 147 (+90.91%)
Mutual labels:  text-mining, sentiment-analysis
timemachines
Predict time-series with one line of code.
Stars: ✭ 342 (+344.16%)
Mutual labels:  time-series, prediction
Awesome Sentiment Analysis
Repository with all what is necessary for sentiment analysis and related areas
Stars: ✭ 459 (+496.1%)
Mutual labels:  text-mining, sentiment-analysis
Text mining resources
Resources for learning about Text Mining and Natural Language Processing
Stars: ✭ 358 (+364.94%)
Mutual labels:  text-mining, sentiment-analysis
Rnn Time Series Anomaly Detection
RNN based Time-series Anomaly detector model implemented in Pytorch.
Stars: ✭ 718 (+832.47%)
Mutual labels:  time-series, prediction
Cnn Text Classification Keras
Text Classification by Convolutional Neural Network in Keras
Stars: ✭ 213 (+176.62%)
Mutual labels:  text-mining, sentiment-analysis
COVID19
Using Kalman Filter to Predict Corona Virus Spread
Stars: ✭ 78 (+1.3%)
Mutual labels:  time-series, prediction
Neural prophet
NeuralProphet - A simple forecasting model based on Neural Networks in PyTorch
Stars: ✭ 1,125 (+1361.04%)
Mutual labels:  time-series, prediction
The-Purchase-and-Redemption-Forecast-Challenge-baseline
天池“资金流入流出预测——挑战baseline”的解决方案,线上效果143.5
Stars: ✭ 78 (+1.3%)
Mutual labels:  time-series, prediction
rosette-elasticsearch-plugin
Document Enrichment plugin for Elasticsearch
Stars: ✭ 25 (-67.53%)
Mutual labels:  text-mining, sentiment-analysis
Stock Analysis
Regression, Scrapers, and Visualization
Stars: ✭ 255 (+231.17%)
Mutual labels:  sentiment-analysis, prediction
Bulbea
🐗 🐻 Deep Learning based Python Library for Stock Market Prediction and Modelling
Stars: ✭ 1,585 (+1958.44%)
Mutual labels:  sentiment-analysis, prediction
TwEater
A Python Bot for Scraping Conversations from Twitter
Stars: ✭ 16 (-79.22%)
Mutual labels:  text-mining, sentiment-analysis
Learning Social Media Analytics With R
This repository contains code and bonus content which will be added from time to time for the book "Learning Social Media Analytics with R" by Packt
Stars: ✭ 102 (+32.47%)
Mutual labels:  text-mining, sentiment-analysis

sentometrics: An Integrated Framework for Textual Sentiment Time Series Aggregation and Prediction

CRAN Downloads Downloads Downloads

Introduction

The sentometrics package is an integrated framework for textual sentiment time series aggregation and prediction. It accounts for the intrinsic challenge that textual sentiment can be computed in many different ways, as well as the large number of possibilities to pool sentiment into a time series index. The package integrates the fast quantification of sentiment from texts, the aggregation into different sentiment time series, and the prediction based on these measures. All in one coherent workflow!

See the package website and the vignette published in the Journal of Statistical Software for plenty of examples and details. We also refer to our survey organized as an overview of the required steps in a typical econometric analysis of sentiment from alternative (such as textual) data, and following companion web page.

Installation

To install the package from CRAN, simply do:

install.packages("sentometrics")

To install the latest development version of sentometrics (which may contain bugs!), execute:

devtools::install_github("SentometricsResearch/sentometrics")

Shiny application

For a visual interface as a Shiny application of the package's core functionalities, install the sentometrics.app package, and run the sento_app() function.

Reference

Please cite sentometrics in publications. Use citation("sentometrics").

Acknowledgements

This software package originates from a Google Summer of Code 2017 project, was further developed during a follow-up Google Summer of Code 2019 project, and benefited generally from financial support by Innoviris, IVADO, swissuniversities, and the Swiss National Science Foundation (grants #179281 and #191730).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].