#  This is script for MySQL
# to create english stop-list 
# use: "mysql database <stop.en.txt"
#

INSERT INTO stopword VALUES ('a');
INSERT INTO stopword VALUES ('about');
INSERT INTO stopword VALUES ('all');
INSERT INTO stopword VALUES ('also');
INSERT INTO stopword VALUES ('an');
INSERT INTO stopword VALUES ('and');
INSERT INTO stopword VALUES ('another');
INSERT INTO stopword VALUES ('any');
INSERT INTO stopword VALUES ('are');
INSERT INTO stopword VALUES ('as');
INSERT INTO stopword VALUES ('at');
INSERT INTO stopword VALUES ('back');
INSERT INTO stopword VALUES ('be');
INSERT INTO stopword VALUES ('because');
INSERT INTO stopword VALUES ('been');
INSERT INTO stopword VALUES ('before');
INSERT INTO stopword VALUES ('being');
INSERT INTO stopword VALUES ('both');
INSERT INTO stopword VALUES ('but');
INSERT INTO stopword VALUES ('by');
INSERT INTO stopword VALUES ('can');
INSERT INTO stopword VALUES ('could');
INSERT INTO stopword VALUES ('current');
INSERT INTO stopword VALUES ('did');
INSERT INTO stopword VALUES ('do');
INSERT INTO stopword VALUES ('each');
INSERT INTO stopword VALUES ('end');
INSERT INTO stopword VALUES ('even');
INSERT INTO stopword VALUES ('first');
INSERT INTO stopword VALUES ('for');
INSERT INTO stopword VALUES ('from');
INSERT INTO stopword VALUES ('get');
INSERT INTO stopword VALUES ('go');
INSERT INTO stopword VALUES ('good');
INSERT INTO stopword VALUES ('had');
INSERT INTO stopword VALUES ('have');
INSERT INTO stopword VALUES ('he');
INSERT INTO stopword VALUES ('her');
INSERT INTO stopword VALUES ('here');
INSERT INTO stopword VALUES ('his');
INSERT INTO stopword VALUES ('how');
INSERT INTO stopword VALUES ('i');
INSERT INTO stopword VALUES ('if');
INSERT INTO stopword VALUES ('in');
INSERT INTO stopword VALUES ('into');
INSERT INTO stopword VALUES ('is');
INSERT INTO stopword VALUES ('it');
INSERT INTO stopword VALUES ('just');
INSERT INTO stopword VALUES ('know');
INSERT INTO stopword VALUES ('last');
INSERT INTO stopword VALUES ('like');
INSERT INTO stopword VALUES ('long');
INSERT INTO stopword VALUES ('make');
INSERT INTO stopword VALUES ('many');
INSERT INTO stopword VALUES ('may');
INSERT INTO stopword VALUES ('me');
INSERT INTO stopword VALUES ('might');
INSERT INTO stopword VALUES ('mine');
INSERT INTO stopword VALUES ('more');
INSERT INTO stopword VALUES ('most');
INSERT INTO stopword VALUES ('much');
INSERT INTO stopword VALUES ('must');
INSERT INTO stopword VALUES ('my');
INSERT INTO stopword VALUES ('name');
INSERT INTO stopword VALUES ('new');
INSERT INTO stopword VALUES ('no');
INSERT INTO stopword VALUES ('not');
INSERT INTO stopword VALUES ('now');
INSERT INTO stopword VALUES ('of');
INSERT INTO stopword VALUES ('off');
INSERT INTO stopword VALUES ('on');
INSERT INTO stopword VALUES ('one');
INSERT INTO stopword VALUES ('only');
INSERT INTO stopword VALUES ('or');
INSERT INTO stopword VALUES ('other');
INSERT INTO stopword VALUES ('our');
INSERT INTO stopword VALUES ('out');
INSERT INTO stopword VALUES ('over');
INSERT INTO stopword VALUES ('part');
INSERT INTO stopword VALUES ('people');
INSERT INTO stopword VALUES ('point');
INSERT INTO stopword VALUES ('right');
INSERT INTO stopword VALUES ('same');
INSERT INTO stopword VALUES ('say');
INSERT INTO stopword VALUES ('see');
INSERT INTO stopword VALUES ('should');
INSERT INTO stopword VALUES ('since');
INSERT INTO stopword VALUES ('so');
INSERT INTO stopword VALUES ('some');
INSERT INTO stopword VALUES ('start');
INSERT INTO stopword VALUES ('state');
INSERT INTO stopword VALUES ('still');
INSERT INTO stopword VALUES ('such');
INSERT INTO stopword VALUES ('than');
INSERT INTO stopword VALUES ('that');
INSERT INTO stopword VALUES ('the');
INSERT INTO stopword VALUES ('their');
INSERT INTO stopword VALUES ('them');
INSERT INTO stopword VALUES ('then');
INSERT INTO stopword VALUES ('there');
INSERT INTO stopword VALUES ('these');
INSERT INTO stopword VALUES ('they');
INSERT INTO stopword VALUES ('this');
INSERT INTO stopword VALUES ('those');
INSERT INTO stopword VALUES ('time');
INSERT INTO stopword VALUES ('to');
INSERT INTO stopword VALUES ('too');
INSERT INTO stopword VALUES ('true');
INSERT INTO stopword VALUES ('try');
INSERT INTO stopword VALUES ('two');
INSERT INTO stopword VALUES ('under');
INSERT INTO stopword VALUES ('up');
INSERT INTO stopword VALUES ('us');
INSERT INTO stopword VALUES ('use');
INSERT INTO stopword VALUES ('value');
INSERT INTO stopword VALUES ('very');
INSERT INTO stopword VALUES ('was');
INSERT INTO stopword VALUES ('way');
INSERT INTO stopword VALUES ('we');
INSERT INTO stopword VALUES ('well');
INSERT INTO stopword VALUES ('were');
INSERT INTO stopword VALUES ('what');
INSERT INTO stopword VALUES ('when');
INSERT INTO stopword VALUES ('where');
INSERT INTO stopword VALUES ('which');
INSERT INTO stopword VALUES ('while');
INSERT INTO stopword VALUES ('who');
INSERT INTO stopword VALUES ('why');
INSERT INTO stopword VALUES ('will');
INSERT INTO stopword VALUES ('with');
INSERT INTO stopword VALUES ('within');
INSERT INTO stopword VALUES ('without');
INSERT INTO stopword VALUES ('work');
INSERT INTO stopword VALUES ('would');
INSERT INTO stopword VALUES ('you');
INSERT INTO stopword VALUES ('your');
