Stemmer is a light and aggressive stemmer for Esperanto. It is still under active development and a lot of things are likely to change.
go get -u github.com/abadojack/stemmerimport "github.com/abadojack/stemmer"s := stemmer.Stem("ludas")
fmt.Println(s) //ludis := stemmer.StemAggressive("ludas")
fmt.Println(s) //lud