Branch | Status | Coverage |
---|---|---|
master |
go get -u github.com/golang-nlp/stopwords
import (
"fmt"
"github.com/golang-nlp/stopwords"
)
func main() {
fmt.Print(stopwords.IsStopWord("fr", "avec")) // true
}
stopwords is licensed under the MIT license.