/stopwords

List of stop-words for convenient consumption in Go projects

Primary LanguageGoApache License 2.0Apache-2.0

Stop Words

Go Report Card Coverage GoDoc

List of stop-words for convenient consumption in Go projects.

Supported languages:

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.