Skip to content

kmwallio/p6-Lingua-EN-Stopwords

Repository files navigation

Lingua::EN::Stopwords

Provides methods to see if word is contained in a list of English stop words. Build Status

Installation

panda install Lingua::EN::Stopwords

Usage

use Lingua::EN::Stopwords::Short;

# Now we have an array:
say %stop-words;

# We can also check for words
say 'is dog a stop word? ' ~ is-stop-word('dog');

Options are Short, Long, and SQL.

Acknowledgements

About

Provides a function to see if a word is an English stop word.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%