Open ageitgey opened 6 years ago
This is a PR of a commit from @cjanietz
@cjanietz are you ok with me pulling this in?
Go ahead, fine for me
Maybe drop fs entirely and convert the stop word files to code:
fs
# en.coffee module.exports = [ "a's", "able", # ... etc. ]
stopwords = require(language)
This is a PR of a commit from @cjanietz
@cjanietz are you ok with me pulling this in?