Skip to content

Repository files navigation

Stopwords for Golang Last release

Go Report Card

Branch Status Coverage
master Go Coveralls
go get -u github.com/golang-nlp/stopwords
import (
    "fmt"

    "github.com/golang-nlp/stopwords"
)

func main() {
    fmt.Print(stopwords.IsStopWord("fr", "avec")) // true
}

License

stopwords is licensed under the MIT license.

Releases

Packages

Used by

Contributors

Languages