@matteocacciola/sentiment
TypeScript icon, indicating that this package has built-in type declarations

1.4.1 • Public • Published

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.

Package Sidebar

Install

npm i @matteocacciola/sentiment

Weekly Downloads

3

Version

1.4.1

License

MIT

Unpacked Size

146 kB

Total Files

215

Last publish

Collaborators

  • matteocacciola