sentiment

Sentiment analysis functions using Twitter, Facebook, Instagram, TikTok, YouTube and News APIs

MIT License

Downloads
55
Stars
3

Sentiment Analysis for Node.js

This library aims to provide a support for the analysis of texts, like the evaluation of Sentiment or Text Matching. Please, consult the various methods here provided in order to have a wide overview of the possible features.

Installation

In order to install the library, please use

npm i @matteocacciola/sentiment

Notes

The available methods allow to use evaluations of Sentiment and scores by means of predefined strategies, already implemented within this package, or by using a custom and self-implemented Sentiment classifier, e.g. obtained by training suitable Machine Learning structures. If you want to consult possible algorithms you can train, please feel free to be inspired by my Machine Learning codes like Support Vector Machines, Convolutional Neural Network, Multilayer Perceptron Artificial Neural Network, Fuzzy C-means and so forth.