snowball-german

1.0.0 • Public • Published

German Snowball Stemmer

JS implementation of the stemming algorithm by Martin Porter.

Copyright of the algorithm is: Copyright (c) 2001, Dr Martin Porter License.

This js version was originally written by Joder Illi. I just added the tests and published it to npm.

Installation

npm install snowball-german

Usage

var stem = require('snowball-german')
 
var stemmed = stem('abenddämmerung')
console.log(stemmed)
// outputs "abenddammer"

Tests

npm test

Package Sidebar

Install

npm i snowball-german

Weekly Downloads

58

Version

1.0.0

License

BSD-2-Clause

Last publish

Collaborators

  • klaemo