[ANN] Go Port
Miki Tebeka <[email protected]>
| Newsgroups | gmane.comp.search.snowball |
|---|---|
| Message-ID | <CACjPmS0kB5pJ_JqsB0vOzoDXfe-50Lh1QayPKedN+=jTN9yX0Q@mail.gmail.com> |
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
_______________________________________________
Snowball-discuss mailing list
[email protected]
http://lists.tartarus.org/mailman/listinfo/snowball-discuss