README ¶ Snowball Swedish This package implements the Swedish language Snowball stemmer. Implementation The Swedish 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 Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Stem(word string, stemStopwWords bool) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Stem ¶ func Stem(word string, stemStopwWords bool) string Stem a Swedish word. This is the only exported function in this package. Types ¶ This section is empty. Source Files ¶ View all Source files common.go preprocess.go stem.go step1.go step2.go step3.go Click to show internal directories. Click to hide internal directories.