spanish

package
v0.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2024 License: MIT Imports: 5 Imported by: 14

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.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsStopWord added in v0.9.0

func IsStopWord(word string) bool

Return `true` if the input `word` is a Spanish stop word.

func Stem

func Stem(word string, stemStopwWords bool) string

Stem an Spanish word. This is the only exported function in this package.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL