added a git script to push
[screenplayr.git] / stop_words.rb
blob91acda516d17e49759d45e3a5f9b34713bee70b4
1 STOP_WORDS = [
2 "film",
3 "films",
4 "movie",
5 #mysql stop words
6 "a's",
7 "able",
8 "about",
9 "above",
10 "according",
11 "accordingly",
12 "across",
13 "actually",
14 "after",
15 "afterwards",
16 "again",
17 "against",
18 "ain't",
19 "all",
20 "allow",
21 "allows",
22 "almost",
23 "alone",
24 "along",
25 "already",
26 "also",
27 "although",
28 "always",
29 "am",
30 "among",
31 "amongst",
32 "an",
33 "and",
34 "another",
35 "any",
36 "anybody",
37 "anyhow",
38 "anyone",
39 "anything",
40 "anyway",
41 "anyways",
42 "anywhere",
43 "apart",
44 "appear",
45 "appreciate",
46 "appropriate",
47 "are",
48 "aren't",
49 "around",
50 "as",
51 "aside",
52 "ask",
53 "asking",
54 "associated",
55 "at",
56 "available",
57 "away",
58 "awfully",
59 "be",
60 "became",
61 "because",
62 "become",
63 "becomes",
64 "becoming",
65 "been",
66 "before",
67 "beforehand",
68 "behind",
69 "being",
70 "believe",
71 "below",
72 "beside",
73 "besides",
74 "best",
75 "better",
76 "between",
77 "beyond",
78 "both",
79 "brief",
80 "but",
81 "by",
82 "c'mon",
83 "c's",
84 "came",
85 "can",
86 "can't",
87 "cannot",
88 "cant",
89 "cause",
90 "causes",
91 "certain",
92 "certainly",
93 "changes",
94 "clearly",
95 "co",
96 "com",
97 "come",
98 "comes",
99 "concerning",
100 "consequently",
101 "consider",
102 "considering",
103 "contain",
104 "containing",
105 "contains",
106 "corresponding",
107 "could",
108 "couldn't",
109 "course",
110 "currently",
111 "definitely",
112 "described",
113 "despite",
114 "did",
115 "didn't",
116 "different",
117 "do",
118 "does",
119 "doesn't",
120 "doing",
121 "don't",
122 "done",
123 "down",
124 "downwards",
125 "during",
126 "each",
127 "edu",
128 "eg",
129 "eight",
130 "either",
131 "else",
132 "elsewhere",
133 "enough",
134 "entirely",
135 "especially",
136 "et",
137 "etc",
138 "even",
139 "ever",
140 "every",
141 "everybody",
142 "everyone",
143 "everything",
144 "everywhere",
145 "ex",
146 "exactly",
147 "example",
148 "except",
149 "far",
150 "few",
151 "fifth",
152 "first",
153 "five",
154 "followed",
155 "following",
156 "follows",
157 "for",
158 "former",
159 "formerly",
160 "forth",
161 "four",
162 "from",
163 "further",
164 "furthermore",
165 "get",
166 "gets",
167 "getting",
168 "given",
169 "gives",
170 "go",
171 "goes",
172 "going",
173 "gone",
174 "got",
175 "gotten",
176 "greetings",
177 "had",
178 "hadn't",
179 "happens",
180 "hardly",
181 "has",
182 "hasn't",
183 "have",
184 "haven't",
185 "having",
186 "he",
187 "he's",
188 "hello",
189 "help",
190 "hence",
191 "her",
192 "here",
193 "here's",
194 "hereafter",
195 "hereby",
196 "herein",
197 "hereupon",
198 "hers",
199 "herself",
200 "hi",
201 "him",
202 "himself",
203 "his",
204 "hither",
205 "hopefully",
206 "how",
207 "howbeit",
208 "however",
209 "i'd",
210 "i'll",
211 "i'm",
212 "i've",
213 "ie",
214 "if",
215 "ignored",
216 "immediate",
217 "in",
218 "inasmuch",
219 "inc",
220 "indeed",
221 "indicate",
222 "indicated",
223 "indicates",
224 "inner",
225 "insofar",
226 "instead",
227 "into",
228 "inward",
229 "is",
230 "isn't",
231 "it",
232 "it'd",
233 "it'll",
234 "it's",
235 "its",
236 "itself",
237 "just",
238 "keep",
239 "keeps",
240 "kept",
241 "know",
242 "knows",
243 "known",
244 "last",
245 "lately",
246 "later",
247 "latter",
248 "latterly",
249 "least",
250 "less",
251 "lest",
252 "let",
253 "let's",
254 "like",
255 "liked",
256 "likely",
257 "little",
258 "look",
259 "looking",
260 "looks",
261 "ltd",
262 "mainly",
263 "many",
264 "may",
265 "maybe",
266 "me",
267 "mean",
268 "meanwhile",
269 "merely",
270 "might",
271 "more",
272 "moreover",
273 "most",
274 "mostly",
275 "much",
276 "must",
277 "my",
278 "myself",
279 "name",
280 "namely",
281 "nd",
282 "near",
283 "nearly",
284 "necessary",
285 "need",
286 "needs",
287 "neither",
288 "never",
289 "nevertheless",
290 "new",
291 "next",
292 "nine",
293 "no",
294 "nobody",
295 "non",
296 "none",
297 "noone",
298 "nor",
299 "normally",
300 "not",
301 "nothing",
302 "novel",
303 "now",
304 "nowhere",
305 "obviously",
306 "of",
307 "off",
308 "often",
309 "oh",
310 "ok",
311 "okay",
312 "old",
313 "on",
314 "once",
315 "one",
316 "ones",
317 "only",
318 "onto",
319 "or",
320 "other",
321 "others",
322 "otherwise",
323 "ought",
324 "our",
325 "ours",
326 "ourselves",
327 "out",
328 "outside",
329 "over",
330 "overall",
331 "own",
332 "particular",
333 "particularly",
334 "per",
335 "perhaps",
336 "placed",
337 "please",
338 "plus",
339 "possible",
340 "presumably",
341 "probably",
342 "provides",
343 "que",
344 "quite",
345 "qv",
346 "rather",
347 "rd",
348 "re",
349 "really",
350 "reasonably",
351 "regarding",
352 "regardless",
353 "regards",
354 "relatively",
355 "respectively",
356 "right",
357 "said",
358 "same",
359 "saw",
360 "say",
361 "saying",
362 "says",
363 "second",
364 "secondly",
365 "see",
366 "seeing",
367 "seem",
368 "seemed",
369 "seeming",
370 "seems",
371 "seen",
372 "self",
373 "selves",
374 "sensible",
375 "sent",
376 "serious",
377 "seriously",
378 "seven",
379 "several",
380 "shall",
381 "she",
382 "should",
383 "shouldn't",
384 "since",
385 "six",
386 "so",
387 "some",
388 "somebody",
389 "somehow",
390 "someone",
391 "something",
392 "sometime",
393 "sometimes",
394 "somewhat",
395 "somewhere",
396 "soon",
397 "sorry",
398 "specified",
399 "specify",
400 "specifying",
401 "still",
402 "sub",
403 "such",
404 "sup",
405 "sure",
406 "t's",
407 "take",
408 "taken",
409 "tell",
410 "tends",
411 "th",
412 "than",
413 "thank",
414 "thanks",
415 "thanx",
416 "that",
417 "that's",
418 "thats",
419 "the",
420 "their",
421 "theirs",
422 "them",
423 "themselves",
424 "then",
425 "thence",
426 "there",
427 "there's",
428 "thereafter",
429 "thereby",
430 "therefore",
431 "therein",
432 "theres",
433 "thereupon",
434 "these",
435 "they",
436 "they'd",
437 "they'll",
438 "they're",
439 "they've",
440 "think",
441 "third",
442 "this",
443 "thorough",
444 "thoroughly",
445 "those",
446 "though",
447 "three",
448 "through",
449 "throughout",
450 "thru",
451 "thus",
452 "to",
453 "together",
454 "too",
455 "took",
456 "toward",
457 "towards",
458 "tried",
459 "tries",
460 "truly",
461 "try",
462 "trying",
463 "twice",
464 "two",
465 "un",
466 "under",
467 "unfortunately",
468 "unless",
469 "unlikely",
470 "until",
471 "unto",
472 "up",
473 "upon",
474 "us",
475 "use",
476 "used",
477 "useful",
478 "uses",
479 "using",
480 "usually",
481 "value",
482 "various",
483 "very",
484 "via",
485 "viz",
486 "vs",
487 "want",
488 "wants",
489 "was",
490 "wasn't",
491 "way",
492 "we",
493 "we'd",
494 "we'll",
495 "we're",
496 "we've",
497 "welcome",
498 "well",
499 "went",
500 "were",
501 "weren't",
502 "what",
503 "what's",
504 "whatever",
505 "when",
506 "whence",
507 "whenever",
508 "where",
509 "where's",
510 "whereafter",
511 "whereas",
512 "whereby",
513 "wherein",
514 "whereupon",
515 "wherever",
516 "whether",
517 "which",
518 "while",
519 "whither",
520 "who",
521 "who's",
522 "whoever",
523 "whole",
524 "whom",
525 "whose",
526 "why",
527 "will",
528 "willing",
529 "wish",
530 "with",
531 "within",
532 "without",
533 "won't",
534 "wonder",
535 "would",
536 "would",
537 "wouldn't",
538 "yes",
539 "yet",
540 "you",
541 "you'd",
542 "you'll",
543 "you're",
544 "you've",
545 "your",
546 "yours",
547 "yourself",
548 "yourselves",
549 "zero"