Skip to content

kmwallio/p6-Lingua-EN-Stopwords

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
t
 
 
 
 
 
 
 
 

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%