terrasentiments

1.0.2 • Public • Published
  • Sentiment analysis on messages Return 'positive' or 'negative'. Populate dictionary with words, phrases and sentences.
  • 1.0.1

**Usage **

#!nodejs

var sentiment_machine = require('terrasentiment');

Initialise with:

#!nodejs
sentiment_machine(REDIS_HOST, REDIS_PORT_NUMBER);

Check Sentiment with:

#!nodejs

sentiment_machine.checkSentiment(MESSAGE);

/terrasentiments/

    Package Sidebar

    Install

    npm i terrasentiments

    Weekly Downloads

    3

    Version

    1.0.2

    License

    ISC

    Last publish

    Collaborators

    • iidiang