Go package for detecting and removing stopwords from a text.
go get github.com/orsinium-labs/stopwordslanguage := "en"
sw := stopwords.MustGet(language)
for match := sw.Find(input) {
fmt.Println(match.Word)
}| Name | Name | Last commit date | ||
|---|---|---|---|---|
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||