Registry / utility / kljensen-snowball

kljensen-snowball

JSON →
library0.10.0gogounverified

Package snowball provides a Go implementation of the Snowball stemming algorithm for natural language processing.

go get github.com/kljensen/snowball
INSTALL
IMPORT
SIG · KLJENSEN-SNOWBALL
K
kljensen-snowball
utilitygov0.10.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

snowball
github.com/kljensen/snowball

Stem an English word

package main import ( "fmt" "github.com/kljensen/snowball" ) func main() { stemmed, _ := snowball.Stem("running", "english", true) fmt.Println(stemmed) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
kljensen-snowball — go get kljensen-snowball · libregistry