Skip to content

JS implementation of the German Snowball Stemmer by Martin Porter

License

Notifications You must be signed in to change notification settings

klaemo/snowball-german

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

JS implementation of the German Snowball Stemmer by Martin Porter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published