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

# README

Snowball Spanish

This package implements the Spanish language Snowball stemmer.

Implementation

The Spanish language stemmer comprises preprocessing, a number of steps, and postprocessing. 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 yet.