[Snowball-discuss] [ANN] Go Port

Miki Tebeka miki.tebeka at gmail.com
Wed Dec 5 01:16:14 GMT 2012


Greetings,

FYI: I have ported snowball stemmer (libstemmer_c) to the Go programming
language (http://golang.org).

You can get it with
    go get bitbucket.org/tebeka/snowball

Example Usage:
    stmr, err := snowball.New("english")
    if err != nil {
       // do some error handling here
    }
    fmt.Println(stmr.Stem("running")) // Will print "run"

All the best,
--
Miki
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.tartarus.org/mailman/private/snowball-discuss/attachments/20121204/447ec5b9/attachment.htm>


More information about the Snowball-discuss mailing list