List of stop-words for convenient consumption in Go projects.
Supported languages:
- English - StopWordsEN
- Russian - StopWordsRu
- Chinese - StopWordsZh
- Hindi - StopWordsHi
- Spanish - StopWordsEs
- Arabic - StopWordsAr
- Japanese - StopWordsJa
- German - StopWordsDe
- Hebrew - StopWordsHe
- French - StopWordsFr
- Korean - StopWordsKo
- import
github.com/zoomio/stopwords
and it will have stop-words registered; - use
stopwords.Setup().IsStopWord("a")
to check whether given string is a stop-word; - use
stopwords.Setup().Slice()
to retrieve a list of registered stop-words.
See CHANGELOG.md
See CONTRIBUTING.md
Released under the Apache License 2.0.