#  This is script for MySQL
# to create danish stop-list 
# use: "mysql database <stop.dk.txt"
#
# File created by Hans Kejser Hansen <hkh@netnords.dk> ,
# August 31th, 2000
#

INSERT INTO stopword VALUES ('af')
INSERT INTO stopword VALUES ('alle')
INSERT INTO stopword VALUES ('andet')
INSERT INTO stopword VALUES ('andre')
INSERT INTO stopword VALUES ('at')
INSERT INTO stopword VALUES ('begge')
INSERT INTO stopword VALUES ('da')
INSERT INTO stopword VALUES ('de')
INSERT INTO stopword VALUES ('den')
INSERT INTO stopword VALUES ('denne')
INSERT INTO stopword VALUES ('der')
INSERT INTO stopword VALUES ('deres')
INSERT INTO stopword VALUES ('det')
INSERT INTO stopword VALUES ('dette')
INSERT INTO stopword VALUES ('dig')
INSERT INTO stopword VALUES ('din')
INSERT INTO stopword VALUES ('dog')
INSERT INTO stopword VALUES ('du')
INSERT INTO stopword VALUES ('ej')
INSERT INTO stopword VALUES ('eller')
INSERT INTO stopword VALUES ('en')
INSERT INTO stopword VALUES ('end')
INSERT INTO stopword VALUES ('ene')
INSERT INTO stopword VALUES ('eneste')
INSERT INTO stopword VALUES ('enhver')
INSERT INTO stopword VALUES ('et')
INSERT INTO stopword VALUES ('fem')
INSERT INTO stopword VALUES ('fire')
INSERT INTO stopword VALUES ('flere')
INSERT INTO stopword VALUES ('fleste')
INSERT INTO stopword VALUES ('for')
INSERT INTO stopword VALUES ('fordi')
INSERT INTO stopword VALUES ('forrige')
INSERT INTO stopword VALUES ('fra')
INSERT INTO stopword VALUES ('f')
INSERT INTO stopword VALUES ('fr')
INSERT INTO stopword VALUES ('god')
INSERT INTO stopword VALUES ('han')
INSERT INTO stopword VALUES ('hans')
INSERT INTO stopword VALUES ('har')
INSERT INTO stopword VALUES ('hendes')
INSERT INTO stopword VALUES ('her')
INSERT INTO stopword VALUES ('hun')
INSERT INTO stopword VALUES ('hvad')
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 ('hvornr')
INSERT INTO stopword VALUES ('i')
INSERT INTO stopword VALUES ('ikke')
INSERT INTO stopword VALUES ('ind')
INSERT INTO stopword VALUES ('ingen')
INSERT INTO stopword VALUES ('intet')
INSERT INTO stopword VALUES ('jeg')
INSERT INTO stopword VALUES ('jeres')
INSERT INTO stopword VALUES ('kan')
INSERT INTO stopword VALUES ('kom')
INSERT INTO stopword VALUES ('kommer')
INSERT INTO stopword VALUES ('lav')
INSERT INTO stopword VALUES ('lidt')
INSERT INTO stopword VALUES ('lille')
INSERT INTO stopword VALUES ('man')
INSERT INTO stopword VALUES ('mand')
INSERT INTO stopword VALUES ('mange')
INSERT INTO stopword VALUES ('med')
INSERT INTO stopword VALUES ('meget')
INSERT INTO stopword VALUES ('men')
INSERT INTO stopword VALUES ('mens')
INSERT INTO stopword VALUES ('mere')
INSERT INTO stopword VALUES ('mig')
INSERT INTO stopword VALUES ('ned')
INSERT INTO stopword VALUES ('ni')
INSERT INTO stopword VALUES ('nogen')
INSERT INTO stopword VALUES ('noget')
INSERT INTO stopword VALUES ('ny')
INSERT INTO stopword VALUES ('nyt')
INSERT INTO stopword VALUES ('nr')
INSERT INTO stopword VALUES ('nste')
INSERT INTO stopword VALUES ('nsten')
INSERT INTO stopword VALUES ('og')
INSERT INTO stopword VALUES ('op')
INSERT INTO stopword VALUES ('otte')
INSERT INTO stopword VALUES ('over')
INSERT INTO stopword VALUES ('p')
INSERT INTO stopword VALUES ('se')
INSERT INTO stopword VALUES ('seks')
INSERT INTO stopword VALUES ('ses')
INSERT INTO stopword VALUES ('som')
INSERT INTO stopword VALUES ('stor')
INSERT INTO stopword VALUES ('store')
INSERT INTO stopword VALUES ('syv')
INSERT INTO stopword VALUES ('ti')
INSERT INTO stopword VALUES ('til')
INSERT INTO stopword VALUES ('to')
INSERT INTO stopword VALUES ('tre')
INSERT INTO stopword VALUES ('ud')
INSERT INTO stopword VALUES ('var')

