# This is script for MySQL
# to create german stop-list 
# use: "mysql database <stop.de.txt"
#
# File created by Fredy Kuenzler <fredy@kuenzler.ch>,
# May 6th, 1999
# based on the stopwords-list published on
# http://ls6-www.informatik.uni-dortmund.de/ir/projects/freeWAIS-sf/STOPWORDS
# for the UdmSearch Project.
# Amended by Fredy Kuenzler.
#

INSERT INTO stopword VALUES ('aber');
INSERT INTO stopword VALUES ('als');
INSERT INTO stopword VALUES ('am');
INSERT INTO stopword VALUES ('an');
INSERT INTO stopword VALUES ('auch');
INSERT INTO stopword VALUES ('auf');
INSERT INTO stopword VALUES ('aus');
INSERT INTO stopword VALUES ('bei');
INSERT INTO stopword VALUES ('bin');
INSERT INTO stopword VALUES ('bis');
INSERT INTO stopword VALUES ('bist');
INSERT INTO stopword VALUES ('da');
INSERT INTO stopword VALUES ('dadurch');
INSERT INTO stopword VALUES ('daher');
INSERT INTO stopword VALUES ('darum');
INSERT INTO stopword VALUES ('das');
INSERT INTO stopword VALUES ('da');
INSERT INTO stopword VALUES ('dass');
INSERT INTO stopword VALUES ('dein');
INSERT INTO stopword VALUES ('deine');
INSERT INTO stopword VALUES ('dem');
INSERT INTO stopword VALUES ('den');
INSERT INTO stopword VALUES ('der');
INSERT INTO stopword VALUES ('des');
INSERT INTO stopword VALUES ('dessen');
INSERT INTO stopword VALUES ('deshalb');
INSERT INTO stopword VALUES ('die');
INSERT INTO stopword VALUES ('dies');
INSERT INTO stopword VALUES ('dieser');
INSERT INTO stopword VALUES ('dieses');
INSERT INTO stopword VALUES ('doch');
INSERT INTO stopword VALUES ('dort');
INSERT INTO stopword VALUES ('du');
INSERT INTO stopword VALUES ('durch');
INSERT INTO stopword VALUES ('ein');
INSERT INTO stopword VALUES ('eine');
INSERT INTO stopword VALUES ('einem');
INSERT INTO stopword VALUES ('einen');
INSERT INTO stopword VALUES ('einer');
INSERT INTO stopword VALUES ('eines');
INSERT INTO stopword VALUES ('er');
INSERT INTO stopword VALUES ('es');
INSERT INTO stopword VALUES ('euer');
INSERT INTO stopword VALUES ('eure');
INSERT INTO stopword VALUES ('fr');
INSERT INTO stopword VALUES ('hatte');
INSERT INTO stopword VALUES ('hatten');
INSERT INTO stopword VALUES ('hattest');
INSERT INTO stopword VALUES ('hattet');
INSERT INTO stopword VALUES ('hier');
INSERT INTO stopword VALUES ('hinter');
INSERT INTO stopword VALUES ('ich');
INSERT INTO stopword VALUES ('ihr');
INSERT INTO stopword VALUES ('ihre');
INSERT INTO stopword VALUES ('im');
INSERT INTO stopword VALUES ('in');
INSERT INTO stopword VALUES ('ist');
INSERT INTO stopword VALUES ('ja');
INSERT INTO stopword VALUES ('jede');
INSERT INTO stopword VALUES ('jedem');
INSERT INTO stopword VALUES ('jeden');
INSERT INTO stopword VALUES ('jeder');
INSERT INTO stopword VALUES ('jedes');
INSERT INTO stopword VALUES ('jener');
INSERT INTO stopword VALUES ('jenes');
INSERT INTO stopword VALUES ('jetzt');
INSERT INTO stopword VALUES ('kann');
INSERT INTO stopword VALUES ('kannst');
INSERT INTO stopword VALUES ('knnen');
INSERT INTO stopword VALUES ('knnt');
INSERT INTO stopword VALUES ('machen');
INSERT INTO stopword VALUES ('mein');
INSERT INTO stopword VALUES ('meine');
INSERT INTO stopword VALUES ('mit');
INSERT INTO stopword VALUES ('mu');
INSERT INTO stopword VALUES ('mut');
INSERT INTO stopword VALUES ('musst');
INSERT INTO stopword VALUES ('mssen');
INSERT INTO stopword VALUES ('mt');
INSERT INTO stopword VALUES ('nach');
INSERT INTO stopword VALUES ('nachdem');
INSERT INTO stopword VALUES ('nein');
INSERT INTO stopword VALUES ('nicht');
INSERT INTO stopword VALUES ('nun');
INSERT INTO stopword VALUES ('oder');
INSERT INTO stopword VALUES ('seid');
INSERT INTO stopword VALUES ('sein');
INSERT INTO stopword VALUES ('seine');
INSERT INTO stopword VALUES ('sich');
INSERT INTO stopword VALUES ('sie');
INSERT INTO stopword VALUES ('sind');
INSERT INTO stopword VALUES ('soll');
INSERT INTO stopword VALUES ('sollen');
INSERT INTO stopword VALUES ('sollst');
INSERT INTO stopword VALUES ('sollt');
INSERT INTO stopword VALUES ('sonst');
INSERT INTO stopword VALUES ('soweit');
INSERT INTO stopword VALUES ('sowie');
INSERT INTO stopword VALUES ('und');
INSERT INTO stopword VALUES ('unser');
INSERT INTO stopword VALUES ('unsere');
INSERT INTO stopword VALUES ('unter');
INSERT INTO stopword VALUES ('vom');
INSERT INTO stopword VALUES ('von');
INSERT INTO stopword VALUES ('vor');
INSERT INTO stopword VALUES ('wann');
INSERT INTO stopword VALUES ('warum');
INSERT INTO stopword VALUES ('was');
INSERT INTO stopword VALUES ('weiter');
INSERT INTO stopword VALUES ('weitere');
INSERT INTO stopword VALUES ('wenn');
INSERT INTO stopword VALUES ('wer');
INSERT INTO stopword VALUES ('werde');
INSERT INTO stopword VALUES ('werden');
INSERT INTO stopword VALUES ('werdet');
INSERT INTO stopword VALUES ('weshalb');
INSERT INTO stopword VALUES ('wie');
INSERT INTO stopword VALUES ('wieder');
INSERT INTO stopword VALUES ('wieso');
INSERT INTO stopword VALUES ('wir');
INSERT INTO stopword VALUES ('wird');
INSERT INTO stopword VALUES ('wirst');
INSERT INTO stopword VALUES ('wo');
INSERT INTO stopword VALUES ('woher');
INSERT INTO stopword VALUES ('wohin');
INSERT INTO stopword VALUES ('zu');
INSERT INTO stopword VALUES ('zum');
INSERT INTO stopword VALUES ('zur');
INSERT INTO stopword VALUES ('ber');
