Skip to content

Commit

Permalink
Removed stop words
Browse files Browse the repository at this point in the history
Natural has exposed `stopwords` and so I just removed reds own
list.
  • Loading branch information
trevorgerhardt committed Oct 8, 2012
1 parent 1683a4a commit f9eb87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reds.js
Expand Up @@ -12,7 +12,7 @@
var natural = require('natural')
, metaphone = natural.Metaphone.process
, stem = natural.PorterStemmer.stem
, stopwords = require('./stopwords')
, stopwords = natural.stopwords
, redis = require('redis')
, noop = function(){};

Expand Down

0 comments on commit f9eb87d

Please sign in to comment.