UNPKG

snowball-german

Version:

German snowball stemmer by Martin Porter for Node

22 lines (21 loc) 443 B
{ "name": "snowball-german", "version": "1.0.0", "description": "German snowball stemmer by Martin Porter for Node", "main": "index.js", "directories": { "test": "test" }, "repository": "https://github.com/klaemo/snowball-german", "scripts": { "test": "node test/stemmer.js" }, "keywords": [ "stemmer", "snowball", "porter", "german" ], "author": "Clemens Stolle", "license": "BSD-2-Clause" }