Stoppwortliste englisch
Aus php bar
Erklärung
Die Liste enthält englische 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 English 4 */ 5 $stopwords["en"][] = "about"; 6 $stopwords["en"][] = "above"; 7 $stopwords["en"][] = "across"; 8 $stopwords["en"][] = "after"; 9 $stopwords["en"][] = "afterwards"; 10 $stopwords["en"][] = "again"; 11 $stopwords["en"][] = "against"; 12 $stopwords["en"][] = "albeit"; 13 $stopwords["en"][] = "all"; 14 $stopwords["en"][] = "almost"; 15 $stopwords["en"][] = "alone"; 16 $stopwords["en"][] = "along"; 17 $stopwords["en"][] = "already"; 18 $stopwords["en"][] = "also"; 19 $stopwords["en"][] = "although"; 20 $stopwords["en"][] = "always"; 21 $stopwords["en"][] = "among"; 22 $stopwords["en"][] = "amongst"; 23 $stopwords["en"][] = "and"; 24 $stopwords["en"][] = "another"; 25 $stopwords["en"][] = "any"; 26 $stopwords["en"][] = "anyhow"; 27 $stopwords["en"][] = "anyone"; 28 $stopwords["en"][] = "anything"; 29 $stopwords["en"][] = "anywhere"; 30 $stopwords["en"][] = "are"; 31 $stopwords["en"][] = "around"; 32 $stopwords["en"][] = "became"; 33 $stopwords["en"][] = "because"; 34 $stopwords["en"][] = "become"; 35 $stopwords["en"][] = "becomes"; 36 $stopwords["en"][] = "becoming"; 37 $stopwords["en"][] = "been"; 38 $stopwords["en"][] = "before"; 39 $stopwords["en"][] = "beforehand"; 40 $stopwords["en"][] = "behind"; 41 $stopwords["en"][] = "being"; 42 $stopwords["en"][] = "below"; 43 $stopwords["en"][] = "beside"; 44 $stopwords["en"][] = "besides"; 45 $stopwords["en"][] = "between"; 46 $stopwords["en"][] = "beyond"; 47 $stopwords["en"][] = "both"; 48 $stopwords["en"][] = "but"; 49 $stopwords["en"][] = "cannot"; 50 $stopwords["en"][] = "comprises"; 51 $stopwords["en"][] = "corresponding"; 52 $stopwords["en"][] = "could"; 53 $stopwords["en"][] = "described"; 54 $stopwords["en"][] = "desired"; 55 $stopwords["en"][] = "does"; 56 $stopwords["en"][] = "down"; 57 $stopwords["en"][] = "during"; 58 $stopwords["en"][] = "each"; 59 $stopwords["en"][] = "either"; 60 $stopwords["en"][] = "else"; 61 $stopwords["en"][] = "elsewhere"; 62 $stopwords["en"][] = "enough"; 63 $stopwords["en"][] = "etc"; 64 $stopwords["en"][] = "even"; 65 $stopwords["en"][] = "ever"; 66 $stopwords["en"][] = "every"; 67 $stopwords["en"][] = "everyone"; 68 $stopwords["en"][] = "everything"; 69 $stopwords["en"][] = "everywhere"; 70 $stopwords["en"][] = "except"; 71 $stopwords["en"][] = "few"; 72 $stopwords["en"][] = "first"; 73 $stopwords["en"][] = "for"; 74 $stopwords["en"][] = "former"; 75 $stopwords["en"][] = "formerly"; 76 $stopwords["en"][] = "from"; 77 $stopwords["en"][] = "further"; 78 $stopwords["en"][] = "generally"; 79 $stopwords["en"][] = "had"; 80 $stopwords["en"][] = "has"; 81 $stopwords["en"][] = "have"; 82 $stopwords["en"][] = "having"; 83 $stopwords["en"][] = "hence"; 84 $stopwords["en"][] = "her"; 85 $stopwords["en"][] = "here"; 86 $stopwords["en"][] = "hereafter"; 87 $stopwords["en"][] = "hereby"; 88 $stopwords["en"][] = "herein"; 89 $stopwords["en"][] = "hereupon"; 90 $stopwords["en"][] = "hers"; 91 $stopwords["en"][] = "herself"; 92 $stopwords["en"][] = "him"; 93 $stopwords["en"][] = "himself"; 94 $stopwords["en"][] = "his"; 95 $stopwords["en"][] = "how"; 96 $stopwords["en"][] = "however"; 97 $stopwords["en"][] = "indeed"; 98 $stopwords["en"][] = "into"; 99 $stopwords["en"][] = "its"; 100 $stopwords["en"][] = "itself"; 101 $stopwords["en"][] = "last"; 102 $stopwords["en"][] = "latter"; 103 $stopwords["en"][] = "latterly"; 104 $stopwords["en"][] = "least"; 105 $stopwords["en"][] = "less"; 106 $stopwords["en"][] = "many"; 107 $stopwords["en"][] = "may"; 108 $stopwords["en"][] = "means"; 109 $stopwords["en"][] = "meanwhile"; 110 $stopwords["en"][] = "might"; 111 $stopwords["en"][] = "more"; 112 $stopwords["en"][] = "moreover"; 113 $stopwords["en"][] = "most"; 114 $stopwords["en"][] = "mostly"; 115 $stopwords["en"][] = "much"; 116 $stopwords["en"][] = "must"; 117 $stopwords["en"][] = "myself"; 118 $stopwords["en"][] = "namely"; 119 $stopwords["en"][] = "neither"; 120 $stopwords["en"][] = "never"; 121 $stopwords["en"][] = "nevertheless"; 122 $stopwords["en"][] = "next"; 123 $stopwords["en"][] = "nobody"; 124 $stopwords["en"][] = "none"; 125 $stopwords["en"][] = "noone"; 126 $stopwords["en"][] = "nor"; 127 $stopwords["en"][] = "not"; 128 $stopwords["en"][] = "nothing"; 129 $stopwords["en"][] = "now"; 130 $stopwords["en"][] = "nowhere"; 131 $stopwords["en"][] = "off"; 132 $stopwords["en"][] = "often"; 133 $stopwords["en"][] = "once"; 134 $stopwords["en"][] = "one"; 135 $stopwords["en"][] = "only"; 136 $stopwords["en"][] = "onto"; 137 $stopwords["en"][] = "other"; 138 $stopwords["en"][] = "others"; 139 $stopwords["en"][] = "otherwise"; 140 $stopwords["en"][] = "our"; 141 $stopwords["en"][] = "ours"; 142 $stopwords["en"][] = "ourselves"; 143 $stopwords["en"][] = "out"; 144 $stopwords["en"][] = "over"; 145 $stopwords["en"][] = "own"; 146 $stopwords["en"][] = "particularly"; 147 $stopwords["en"][] = "per"; 148 $stopwords["en"][] = "perhaps"; 149 $stopwords["en"][] = "preferably"; 150 $stopwords["en"][] = "preferred"; 151 $stopwords["en"][] = "present"; 152 $stopwords["en"][] = "rather"; 153 $stopwords["en"][] = "relatively"; 154 $stopwords["en"][] = "respectively"; 155 $stopwords["en"][] = "said"; 156 $stopwords["en"][] = "same"; 157 $stopwords["en"][] = "seem"; 158 $stopwords["en"][] = "seemed"; 159 $stopwords["en"][] = "seeming"; 160 $stopwords["en"][] = "seems"; 161 $stopwords["en"][] = "several"; 162 $stopwords["en"][] = "she"; 163 $stopwords["en"][] = "should"; 164 $stopwords["en"][] = "since"; 165 $stopwords["en"][] = "some"; 166 $stopwords["en"][] = "somehow"; 167 $stopwords["en"][] = "someone"; 168 $stopwords["en"][] = "something"; 169 $stopwords["en"][] = "sometime"; 170 $stopwords["en"][] = "sometimes"; 171 $stopwords["en"][] = "somewhere"; 172 $stopwords["en"][] = "still"; 173 $stopwords["en"][] = "such"; 174 $stopwords["en"][] = "suitable"; 175 $stopwords["en"][] = "than"; 176 $stopwords["en"][] = "that"; 177 $stopwords["en"][] = "the"; 178 $stopwords["en"][] = "their"; 179 $stopwords["en"][] = "them"; 180 $stopwords["en"][] = "themselves"; 181 $stopwords["en"][] = "then"; 182 $stopwords["en"][] = "thence"; 183 $stopwords["en"][] = "there"; 184 $stopwords["en"][] = "thereafter"; 185 $stopwords["en"][] = "thereby"; 186 $stopwords["en"][] = "therefor"; 187 $stopwords["en"][] = "therefore"; 188 $stopwords["en"][] = "therein"; 189 $stopwords["en"][] = "thereof"; 190 $stopwords["en"][] = "thereto"; 191 $stopwords["en"][] = "thereupon"; 192 $stopwords["en"][] = "these"; 193 $stopwords["en"][] = "they"; 194 $stopwords["en"][] = "this"; 195 $stopwords["en"][] = "those"; 196 $stopwords["en"][] = "though"; 197 $stopwords["en"][] = "through"; 198 $stopwords["en"][] = "throughout"; 199 $stopwords["en"][] = "thru"; 200 $stopwords["en"][] = "thus"; 201 $stopwords["en"][] = "together"; 202 $stopwords["en"][] = "too"; 203 $stopwords["en"][] = "toward"; 204 $stopwords["en"][] = "towards"; 205 $stopwords["en"][] = "under"; 206 $stopwords["en"][] = "until"; 207 $stopwords["en"][] = "upon"; 208 $stopwords["en"][] = "use"; 209 $stopwords["en"][] = "various"; 210 $stopwords["en"][] = "very"; 211 $stopwords["en"][] = "was"; 212 $stopwords["en"][] = "well"; 213 $stopwords["en"][] = "were"; 214 $stopwords["en"][] = "what"; 215 $stopwords["en"][] = "whatever"; 216 $stopwords["en"][] = "whatsoever"; 217 $stopwords["en"][] = "when"; 218 $stopwords["en"][] = "whence"; 219 $stopwords["en"][] = "whenever"; 220 $stopwords["en"][] = "whensoever"; 221 $stopwords["en"][] = "where"; 222 $stopwords["en"][] = "whereafter"; 223 $stopwords["en"][] = "whereas"; 224 $stopwords["en"][] = "whereat"; 225 $stopwords["en"][] = "whereby"; 226 $stopwords["en"][] = "wherefrom"; 227 $stopwords["en"][] = "wherein"; 228 $stopwords["en"][] = "whereinto"; 229 $stopwords["en"][] = "whereof"; 230 $stopwords["en"][] = "whereon"; 231 $stopwords["en"][] = "whereto"; 232 $stopwords["en"][] = "whereunto"; 233 $stopwords["en"][] = "whereupon"; 234 $stopwords["en"][] = "wherever"; 235 $stopwords["en"][] = "wherewith"; 236 $stopwords["en"][] = "whether"; 237 $stopwords["en"][] = "which"; 238 $stopwords["en"][] = "whichever"; 239 $stopwords["en"][] = "whichsoever"; 240 $stopwords["en"][] = "while"; 241 $stopwords["en"][] = "whilst"; 242 $stopwords["en"][] = "whither"; 243 $stopwords["en"][] = "who"; 244 $stopwords["en"][] = "whoever"; 245 $stopwords["en"][] = "whole"; 246 $stopwords["en"][] = "whom"; 247 $stopwords["en"][] = "whomever"; 248 $stopwords["en"][] = "whomsoever"; 249 $stopwords["en"][] = "whose"; 250 $stopwords["en"][] = "whosoever"; 251 $stopwords["en"][] = "why"; 252 $stopwords["en"][] = "will"; 253 $stopwords["en"][] = "with"; 254 $stopwords["en"][] = "within"; 255 $stopwords["en"][] = "without"; 256 $stopwords["en"][] = "would"; 257 $stopwords["en"][] = "yet"; 258 $stopwords["en"][] = "you"; 259 $stopwords["en"][] = "your"; 260 $stopwords["en"][] = "yours"; 261 $stopwords["en"][] = "yourself"; 262 $stopwords["en"][] = "yourselves"; 263 ?>