1.4.1 • Published 1 year ago

@matteocacciola/sentiment v1.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Sentiment Analysis for Node.js

Coverage Status

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.