UNPKG

snowball

Version:

snowball word stemming algorithm implementation

21 lines (19 loc) 521 B
{ "name": "snowball", "description": "snowball word stemming algorithm implementation", "keywords": ["nlp", "word stemming", "snowball"], "author": "Oleg Mazko", "version": "0.3.1", "licenses": [{ "type": "Mozilla Public License", "url": "http://www.mozilla.org/MPL/" }], "repository": { "type": "git", "url": "https://github.com/fortnightlabs/snowball-js.git" }, "engines": { "node": ">=0" }, "main": "./stemmer/lib/Snowball.js" }