1.0.2 • Published 8 years ago

terrasentiments v1.0.2

Weekly downloads
1
License
ISC
Repository
bitbucket
Last release
8 years ago
  • 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);
1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago