Stoppwortliste deutsch

Aus php bar

Wechseln zu: Navigation, Suche

Erklärung

Die Liste enthält deutsche Wörter, die als Stoppwörter für die Indizierung von Textdaten verwendet werden können. Die Liste liegt als PHP Array vor und kann per Copy & Paste übernommen werden. Sie erhebt keinen Anspruch auf Vollständigkeit.

Siehe auch

Quellcode

1   <?php
2       /**
3       * Stop words German
4       */
5       $stopwords["de"][] = "aber";
6       $stopwords["de"][] = "alle";
7       $stopwords["de"][] = "allen";
8       $stopwords["de"][] = "alles";
9       $stopwords["de"][] = "als";
10      $stopwords["de"][] = "also";
11      $stopwords["de"][] = "andere";
12      $stopwords["de"][] = "anderem";
13      $stopwords["de"][] = "anderer";
14      $stopwords["de"][] = "anderes";
15      $stopwords["de"][] = "anders";
16      $stopwords["de"][] = "auch";
17      $stopwords["de"][] = "auf";
18      $stopwords["de"][] = "aus";
19      $stopwords["de"][] = "ausser";
20      $stopwords["de"][] = "ausserdem";
21      $stopwords["de"][] = "bei";
22      $stopwords["de"][] = "beide";
23      $stopwords["de"][] = "beiden";
24      $stopwords["de"][] = "beides";
25      $stopwords["de"][] = "beim";
26      $stopwords["de"][] = "bereits";
27      $stopwords["de"][] = "bestehen";
28      $stopwords["de"][] = "besteht";
29      $stopwords["de"][] = "bevor";
30      $stopwords["de"][] = "bin";
31      $stopwords["de"][] = "bis";
32      $stopwords["de"][] = "bloss";
33      $stopwords["de"][] = "brauchen";
34      $stopwords["de"][] = "braucht";
35      $stopwords["de"][] = "dabei";
36      $stopwords["de"][] = "dadurch";
37      $stopwords["de"][] = "dagegen";
38      $stopwords["de"][] = "daher";
39      $stopwords["de"][] = "damit";
40      $stopwords["de"][] = "danach";
41      $stopwords["de"][] = "dann";
42      $stopwords["de"][] = "darf";
43      $stopwords["de"][] = "darueber";
44      $stopwords["de"][] = "darum";
45      $stopwords["de"][] = "darunter";
46      $stopwords["de"][] = "das";
47      $stopwords["de"][] = "dass";
48      $stopwords["de"][] = "davon";
49      $stopwords["de"][] = "dazu";
50      $stopwords["de"][] = "dem";
51      $stopwords["de"][] = "den";
52      $stopwords["de"][] = "denn";
53      $stopwords["de"][] = "der";
54      $stopwords["de"][] = "des";
55      $stopwords["de"][] = "deshalb";
56      $stopwords["de"][] = "dessen";
57      $stopwords["de"][] = "die";
58      $stopwords["de"][] = "dies";
59      $stopwords["de"][] = "diese";
60      $stopwords["de"][] = "diesem";
61      $stopwords["de"][] = "diesen";
62      $stopwords["de"][] = "dieser";
63      $stopwords["de"][] = "dieses";
64      $stopwords["de"][] = "doch";
65      $stopwords["de"][] = "dort";
66      $stopwords["de"][] = "duerfen";
67      $stopwords["de"][] = "durch";
68      $stopwords["de"][] = "durfte";
69      $stopwords["de"][] = "durften";
70      $stopwords["de"][] = "ebenfalls";
71      $stopwords["de"][] = "ebenso";
72      $stopwords["de"][] = "ein";
73      $stopwords["de"][] = "eine";
74      $stopwords["de"][] = "einem";
75      $stopwords["de"][] = "einen";
76      $stopwords["de"][] = "einer";
77      $stopwords["de"][] = "eines";
78      $stopwords["de"][] = "einige";
79      $stopwords["de"][] = "einiges";
80      $stopwords["de"][] = "einzig";
81      $stopwords["de"][] = "entweder";
82      $stopwords["de"][] = "erst";
83      $stopwords["de"][] = "erste";
84      $stopwords["de"][] = "ersten";
85      $stopwords["de"][] = "etwa";
86      $stopwords["de"][] = "etwas";
87      $stopwords["de"][] = "falls";
88      $stopwords["de"][] = "fast";
89      $stopwords["de"][] = "ferner";
90      $stopwords["de"][] = "folgender";
91      $stopwords["de"][] = "folglich";
92      $stopwords["de"][] = "fuer";
93      $stopwords["de"][] = "ganz";
94      $stopwords["de"][] = "geben";
95      $stopwords["de"][] = "gegen";
96      $stopwords["de"][] = "gehabt";
97      $stopwords["de"][] = "gekonnt";
98      $stopwords["de"][] = "gemaess";
99      $stopwords["de"][] = "getan";
100     $stopwords["de"][] = "gewesen";
101     $stopwords["de"][] = "gewollt";
102     $stopwords["de"][] = "geworden";
103     $stopwords["de"][] = "gibt";
104     $stopwords["de"][] = "habe";
105     $stopwords["de"][] = "haben";
106     $stopwords["de"][] = "haette";
107     $stopwords["de"][] = "haetten";
108     $stopwords["de"][] = "hallo";
109     $stopwords["de"][] = "hat";
110     $stopwords["de"][] = "hatte";
111     $stopwords["de"][] = "hatten";
112     $stopwords["de"][] = "heraus";
113     $stopwords["de"][] = "herein";
114     $stopwords["de"][] = "hier";
115     $stopwords["de"][] = "hin";
116     $stopwords["de"][] = "hinein";
117     $stopwords["de"][] = "hinter";
118     $stopwords["de"][] = "ich";
119     $stopwords["de"][] = "ihm";
120     $stopwords["de"][] = "ihn";
121     $stopwords["de"][] = "ihnen";
122     $stopwords["de"][] = "ihr";
123     $stopwords["de"][] = "ihre";
124     $stopwords["de"][] = "ihrem";
125     $stopwords["de"][] = "ihren";
126     $stopwords["de"][] = "ihres";
127     $stopwords["de"][] = "immer";
128     $stopwords["de"][] = "indem";
129     $stopwords["de"][] = "infolge";
130     $stopwords["de"][] = "innen";
131     $stopwords["de"][] = "innerhalb";
132     $stopwords["de"][] = "ins";
133     $stopwords["de"][] = "inzwischen";
134     $stopwords["de"][] = "irgend";
135     $stopwords["de"][] = "irgendwas";
136     $stopwords["de"][] = "irgendwen";
137     $stopwords["de"][] = "irgendwer";
138     $stopwords["de"][] = "irgendwie";
139     $stopwords["de"][] = "irgendwo";
140     $stopwords["de"][] = "ist";
141     $stopwords["de"][] = "jede";
142     $stopwords["de"][] = "jedem";
143     $stopwords["de"][] = "jeden";
144     $stopwords["de"][] = "jeder";
145     $stopwords["de"][] = "jedes";
146     $stopwords["de"][] = "jedoch";
147     $stopwords["de"][] = "jene";
148     $stopwords["de"][] = "jenem";
149     $stopwords["de"][] = "jenen";
150     $stopwords["de"][] = "jener";
151     $stopwords["de"][] = "jenes";
152     $stopwords["de"][] = "kann";
153     $stopwords["de"][] = "kein";
154     $stopwords["de"][] = "keine";
155     $stopwords["de"][] = "keinem";
156     $stopwords["de"][] = "keinen";
157     $stopwords["de"][] = "keiner";
158     $stopwords["de"][] = "keines";
159     $stopwords["de"][] = "koennen";
160     $stopwords["de"][] = "koennte";
161     $stopwords["de"][] = "koennten";
162     $stopwords["de"][] = "konnte";
163     $stopwords["de"][] = "konnten";
164     $stopwords["de"][] = "kuenftig";
165     $stopwords["de"][] = "leer";
166     $stopwords["de"][] = "machen";
167     $stopwords["de"][] = "macht";
168     $stopwords["de"][] = "machte";
169     $stopwords["de"][] = "machten";
170     $stopwords["de"][] = "man";
171     $stopwords["de"][] = "mehr";
172     $stopwords["de"][] = "mein";
173     $stopwords["de"][] = "meine";
174     $stopwords["de"][] = "meinen";
175     $stopwords["de"][] = "meinem";
176     $stopwords["de"][] = "meiner";
177     $stopwords["de"][] = "meist";
178     $stopwords["de"][] = "meiste";
179     $stopwords["de"][] = "meisten";
180     $stopwords["de"][] = "mich";
181     $stopwords["de"][] = "mit";
182     $stopwords["de"][] = "moechte";
183     $stopwords["de"][] = "moechten";
184     $stopwords["de"][] = "muessen";
185     $stopwords["de"][] = "muessten";
186     $stopwords["de"][] = "muss";
187     $stopwords["de"][] = "musste";
188     $stopwords["de"][] = "mussten";
189     $stopwords["de"][] = "nach";
190     $stopwords["de"][] = "nachdem";
191     $stopwords["de"][] = "nacher";
192     $stopwords["de"][] = "naemlich";
193     $stopwords["de"][] = "neben";
194     $stopwords["de"][] = "nein";
195     $stopwords["de"][] = "nicht";
196     $stopwords["de"][] = "nichts";
197     $stopwords["de"][] = "noch";
198     $stopwords["de"][] = "nuetzt";
199     $stopwords["de"][] = "nur";
200     $stopwords["de"][] = "nutzt";
201     $stopwords["de"][] = "obgleich";
202     $stopwords["de"][] = "obwohl";
203     $stopwords["de"][] = "oder";
204     $stopwords["de"][] = "ohne";
205     $stopwords["de"][] = "per";
206     $stopwords["de"][] = "pro";
207     $stopwords["de"][] = "rund";
208     $stopwords["de"][] = "schon";
209     $stopwords["de"][] = "sehr";
210     $stopwords["de"][] = "seid";
211     $stopwords["de"][] = "sein";
212     $stopwords["de"][] = "seine";
213     $stopwords["de"][] = "seinem";
214     $stopwords["de"][] = "seinen";
215     $stopwords["de"][] = "seiner";
216     $stopwords["de"][] = "seit";
217     $stopwords["de"][] = "seitdem";
218     $stopwords["de"][] = "seither";
219     $stopwords["de"][] = "selber";
220     $stopwords["de"][] = "sich";
221     $stopwords["de"][] = "sie";
222     $stopwords["de"][] = "siehe";
223     $stopwords["de"][] = "sind";
224     $stopwords["de"][] = "sobald";
225     $stopwords["de"][] = "solange";
226     $stopwords["de"][] = "solch";
227     $stopwords["de"][] = "solche";
228     $stopwords["de"][] = "solchem";
229     $stopwords["de"][] = "solchen";
230     $stopwords["de"][] = "solcher";
231     $stopwords["de"][] = "solches";
232     $stopwords["de"][] = "soll";
233     $stopwords["de"][] = "sollen";
234     $stopwords["de"][] = "sollte";
235     $stopwords["de"][] = "sollten";
236     $stopwords["de"][] = "somit";
237     $stopwords["de"][] = "sondern";
238     $stopwords["de"][] = "soweit";
239     $stopwords["de"][] = "sowie";
240     $stopwords["de"][] = "spaeter";
241     $stopwords["de"][] = "stets";
242     $stopwords["de"][] = "such";
243     $stopwords["de"][] = "ueber";
244     $stopwords["de"][] = "ums";
245     $stopwords["de"][] = "und";
246     $stopwords["de"][] = "uns";
247     $stopwords["de"][] = "unser";
248     $stopwords["de"][] = "unsere";
249     $stopwords["de"][] = "unserem";
250     $stopwords["de"][] = "unseren";
251     $stopwords["de"][] = "viel";
252     $stopwords["de"][] = "viele";
253     $stopwords["de"][] = "vollstaendig";
254     $stopwords["de"][] = "vom";
255     $stopwords["de"][] = "von";
256     $stopwords["de"][] = "vor";
257     $stopwords["de"][] = "vorbei";
258     $stopwords["de"][] = "vorher";
259     $stopwords["de"][] = "vorueber";
260     $stopwords["de"][] = "waehrend";
261     $stopwords["de"][] = "waere";
262     $stopwords["de"][] = "waeren";
263     $stopwords["de"][] = "wann";
264     $stopwords["de"][] = "war";
265     $stopwords["de"][] = "waren";
266     $stopwords["de"][] = "warum";
267     $stopwords["de"][] = "was";
268     $stopwords["de"][] = "wegen";
269     $stopwords["de"][] = "weil";
270     $stopwords["de"][] = "weiter";
271     $stopwords["de"][] = "weitere";
272     $stopwords["de"][] = "weiterem";
273     $stopwords["de"][] = "weiteren";
274     $stopwords["de"][] = "weiterer";
275     $stopwords["de"][] = "weiteres";
276     $stopwords["de"][] = "weiterhin";
277     $stopwords["de"][] = "welche";
278     $stopwords["de"][] = "welchem";
279     $stopwords["de"][] = "welchen";
280     $stopwords["de"][] = "welcher";
281     $stopwords["de"][] = "welches";
282     $stopwords["de"][] = "wem";
283     $stopwords["de"][] = "wen";
284     $stopwords["de"][] = "wenigstens";
285     $stopwords["de"][] = "wenn";
286     $stopwords["de"][] = "wenngleich";
287     $stopwords["de"][] = "wer";
288     $stopwords["de"][] = "werde";
289     $stopwords["de"][] = "werden";
290     $stopwords["de"][] = "weshalb";
291     $stopwords["de"][] = "wessen";
292     $stopwords["de"][] = "wie";
293     $stopwords["de"][] = "wieder";
294     $stopwords["de"][] = "will";
295     $stopwords["de"][] = "wir";
296     $stopwords["de"][] = "wird";
297     $stopwords["de"][] = "wodurch";
298     $stopwords["de"][] = "wohin";
299     $stopwords["de"][] = "wollen";
300     $stopwords["de"][] = "wollte";
301     $stopwords["de"][] = "wollten";
302     $stopwords["de"][] = "worin";
303     $stopwords["de"][] = "wuerde";
304     $stopwords["de"][] = "wuerden";
305     $stopwords["de"][] = "wurde";
306     $stopwords["de"][] = "wurden";
307     $stopwords["de"][] = "zufolge";
308     $stopwords["de"][] = "zum";
309     $stopwords["de"][] = "zusammen";
310     $stopwords["de"][] = "zur";
311     $stopwords["de"][] = "zwar";
312     $stopwords["de"][] = "zwischen";
313 ?>
Persönliche Werkzeuge