UNPKG

stem-porter

Version:

Porter's stemming algorithm

17 lines (16 loc) 450 B
{ "name": "stem-porter", "version": "0.0.1", "author": "sentientwaffle (http://sentientwaffle.github.com/)", "description": "Porter's stemming algorithm", "keywords": ["nlp", "stemming", "porter", "stemmer"], "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "tap test/*.test.js" }, "dependencies": {}, "devDependencies": { "tap": "~0.2.5" }, "engines": { "node": ">=0.6" }, "license": "MIT" }