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.