Skip to content

List of stop-words for convenient consumption in Go projects

License

Notifications You must be signed in to change notification settings

zoomio/stopwords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

List of stop-words for convenient consumption in Go projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published