The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Lingua::EN::StopWords - Typical stop words for an English corpus

SYNOPSIS

  use Lingua::EN::StopWords qw(%StopWords);
  
  ... now use %StopWords as you please ...
  

DESCRIPTION

See synopsis.

AUTHORS

David James <david@jamesgang.com>

SEE ALSO

Lingua::Segmenter::TextTiling, Lingua::Segmenter::Baseline, Lingua::Segmenter::Evaluator

LICENSE

  Copyright (c) 2002 David James
  All rights reserved.
  This program is free software; you can redistribute it and/or
  modify it under the same terms as Perl itself.