Skip to content

Files

Latest commit

1c8caff · Nov 13, 2024

History

History
28 lines (19 loc) · 1.42 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.42 KB

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.