package
0.6.2
Repository: https://github.com/inteli-ai-dev/snowball.git
Documentation: pkg.go.dev

# README

Snowball Norwegian

This package implements the Norwegian language Snowball stemmer.

Implementation

The Norwegian language stemmer comprises preprocessing and 3 steps. Each of these is defined in a separate file in this package. All of the steps operate on a SnowballWord from the snowballword package and modify the word in place.

Caveats

None