NAME

Image::WordCloud::StopWords::EN - Exports hash of English "stop" words, words we should not include in any word clouds.

EXPORTS

%STOP_WORS

Hash of English stop words

our %STOP_WORDS = map { $_ => 1 } qw(
	a
	about
	after
	all
	almost
	# ...
);

COPYRIGHT & LICENSE

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.

SEE ALSO

Image::WordCloud