Image::WordCloud::StopWords::EN - Exports hash of English "stop" words, words we should not include in any word clouds.
Hash of English stop words
our %STOP_WORDS = map { $_ => 1 } qw( a about after all almost # ... );
Copyright 2012 Brian Hann, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.