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

INSERT INTO stopword VALUES ('alle');
INSERT INTO stopword VALUES ('andre');
INSERT INTO stopword VALUES ('arbeid');
INSERT INTO stopword VALUES ('av');
INSERT INTO stopword VALUES ('begge');
INSERT INTO stopword VALUES ('bort');
INSERT INTO stopword VALUES ('bra');
INSERT INTO stopword VALUES ('bruke');
INSERT INTO stopword VALUES ('da');
INSERT INTO stopword VALUES ('de');
INSERT INTO stopword VALUES ('denne');
INSERT INTO stopword VALUES ('der');
INSERT INTO stopword VALUES ('deres');
INSERT INTO stopword VALUES ('det');
INSERT INTO stopword VALUES ('din');
INSERT INTO stopword VALUES ('disse');
INSERT INTO stopword VALUES ('du');
INSERT INTO stopword VALUES ('eller');
INSERT INTO stopword VALUES ('en');
INSERT INTO stopword VALUES ('ene');
INSERT INTO stopword VALUES ('eneste');
INSERT INTO stopword VALUES ('enhver');
INSERT INTO stopword VALUES ('enn');
INSERT INTO stopword VALUES ('er');
INSERT INTO stopword VALUES ('et');
INSERT INTO stopword VALUES ('folk');
INSERT INTO stopword VALUES ('for');
INSERT INTO stopword VALUES ('fordi');
INSERT INTO stopword VALUES ('forske');
INSERT INTO stopword VALUES ('fra');
INSERT INTO stopword VALUES ('f');
INSERT INTO stopword VALUES ('fr');
INSERT INTO stopword VALUES ('frst');
INSERT INTO stopword VALUES ('gjorde');
INSERT INTO stopword VALUES ('gjre');
INSERT INTO stopword VALUES ('god');
INSERT INTO stopword VALUES ('g');
INSERT INTO stopword VALUES ('ha');
INSERT INTO stopword VALUES ('hadde');
INSERT INTO stopword VALUES ('han');
INSERT INTO stopword VALUES ('hans');
INSERT INTO stopword VALUES ('hennes');
INSERT INTO stopword VALUES ('her');
INSERT INTO stopword VALUES ('hva');
INSERT INTO stopword VALUES ('hvem');
INSERT INTO stopword VALUES ('hver');
INSERT INTO stopword VALUES ('hvilken');
INSERT INTO stopword VALUES ('hvis');
INSERT INTO stopword VALUES ('hvor');
INSERT INTO stopword VALUES ('hvordan');
INSERT INTO stopword VALUES ('hvorfor');
INSERT INTO stopword VALUES ('i');
INSERT INTO stopword VALUES ('ikke');
INSERT INTO stopword VALUES ('inn');
INSERT INTO stopword VALUES ('innen');
INSERT INTO stopword VALUES ('kan');
INSERT INTO stopword VALUES ('kunne');
INSERT INTO stopword VALUES ('lage');
INSERT INTO stopword VALUES ('lang');
INSERT INTO stopword VALUES ('lik');
INSERT INTO stopword VALUES ('like');
INSERT INTO stopword VALUES ('makt');
INSERT INTO stopword VALUES ('mange');
INSERT INTO stopword VALUES ('med');
INSERT INTO stopword VALUES ('meg');
INSERT INTO stopword VALUES ('meget');
INSERT INTO stopword VALUES ('men');
INSERT INTO stopword VALUES ('mens');
INSERT INTO stopword VALUES ('mer');
INSERT INTO stopword VALUES ('mest');
INSERT INTO stopword VALUES ('min');
INSERT INTO stopword VALUES ('mye');
INSERT INTO stopword VALUES ('m');
INSERT INTO stopword VALUES ('mte');
INSERT INTO stopword VALUES ('navn');
INSERT INTO stopword VALUES ('nei');
INSERT INTO stopword VALUES ('ny');
INSERT INTO stopword VALUES ('n');
INSERT INTO stopword VALUES ('nr');
INSERT INTO stopword VALUES ('og');
INSERT INTO stopword VALUES ('ogs');
INSERT INTO stopword VALUES ('om');
INSERT INTO stopword VALUES ('opp');
INSERT INTO stopword VALUES ('oss');
INSERT INTO stopword VALUES ('over');
INSERT INTO stopword VALUES ('part');
INSERT INTO stopword VALUES ('punkt');
INSERT INTO stopword VALUES ('p');
INSERT INTO stopword VALUES ('rett');
INSERT INTO stopword VALUES ('riktig');
INSERT INTO stopword VALUES ('samme');
INSERT INTO stopword VALUES ('sant');
INSERT INTO stopword VALUES ('se');
INSERT INTO stopword VALUES ('si');
INSERT INTO stopword VALUES ('siden');
INSERT INTO stopword VALUES ('sist');
INSERT INTO stopword VALUES ('skulle');
INSERT INTO stopword VALUES ('slik');
INSERT INTO stopword VALUES ('slutt');
INSERT INTO stopword VALUES ('som');
INSERT INTO stopword VALUES ('start');
INSERT INTO stopword VALUES ('stille');
INSERT INTO stopword VALUES ('s');
INSERT INTO stopword VALUES ('tid');
INSERT INTO stopword VALUES ('til');
INSERT INTO stopword VALUES ('tilbake');
INSERT INTO stopword VALUES ('tilstand');
INSERT INTO stopword VALUES ('under');
INSERT INTO stopword VALUES ('ut');
INSERT INTO stopword VALUES ('uten');
INSERT INTO stopword VALUES ('var');
INSERT INTO stopword VALUES ('ved');
INSERT INTO stopword VALUES ('verdi');
INSERT INTO stopword VALUES ('vi');
INSERT INTO stopword VALUES ('vil');
INSERT INTO stopword VALUES ('ville');
INSERT INTO stopword VALUES ('vite');
INSERT INTO stopword VALUES ('vr');
INSERT INTO stopword VALUES ('vre');
INSERT INTO stopword VALUES ('vrt');
INSERT INTO stopword VALUES ('');
