terrasentiments
v1.0.2
Published
Analyse sentiments on a text
Downloads
4
Readme
- 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);