Skip to content

Instantly share code, notes, and snippets.

/**
* (1)Get tweets by search keyword and (2)Stemming(Korean), (3)save to mysql finally
*/
var Promise = require('bluebird');
var TwitterKoreanText = require('twtkrjs');
var twitterKoreanText = new TwitterKoreanText({
stemmer: true, // (optional default: true)
normalizer: true, // (optional default: true)