Awesome
Stop Words
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
Usage
- 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.
Changelog
See CHANGELOG.md
Contributing
See CONTRIBUTING.md
License
Released under the Apache License 2.0.