Lingua::EN::StopWordList

A sorted list of English stop words
Download

Lingua::EN::StopWordList Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ron Savage
  • Publisher web site:
  • http://search.cpan.org/~rsavage/

Lingua::EN::StopWordList Tags


Lingua::EN::StopWordList Description

Lingua::EN::StopWordList is a pure Perl module that returns a sorted arrayref of 659 English stop words.SYNOPSIS use Lingua::EN::StopWordList; my($ara_ref) = Lingua::EN::StopWordList -> new -> words;Here's a complete program: use strict; use warnings; use Lingua::EN::StopWordList; my($count) = 0; print map{"@{}: $_\n"} @{Lingua::EN::StopWordList -> new -> words};Product's homepage


Lingua::EN::StopWordList Related Software