|
|
1.1 root 1: struct dict dict[] = {
2: "a",'A',
3: "an",'A',
4: "the",'A',
5: "can",'x',
6: "cannot",'x',
7: "could",'x',
8: "did",'x',
9: "do",'z',
10: "does",'y',
11: "had",'e',
12: "have",'g',
13: "has",'f',
14: "may",'X',
15: "might",'X',
16: "must",'X',
17: "shall",'X',
18: "should",'X',
19: "will",'X',
20: "would",'X',
21: "to",'F',
22: "own",'J',
23: "am",'c',
24: "been",'B',
25: "are",'b',
26: "be",'B',
27: "being",'B',
28: "is",'c',
29: "was",'c',
30: "were",'b',
31: "and",'C',
32: "but",'C',
33: "or",'C',
34: "nor",'C',
35: "yet",'D',
36: "no",'J',
37: "not",'D',
38: "his",'O',
39: "her",'O',
40: "its",'O',
41: "my",'O',
42: "our",'O',
43: "their",'O',
44: "your",'O',
45: "above",'P',
46: "aboard",'P',
47: "across",'P',
48: "after",'p',
49: "against",'P',
50: "along",'P',
51: "amid",'P',
52: "among",'P',
53: "around",'P',
54: "as",'p',
55: "at",'P',
56: "before",'p',
57: "beneath",'P',
58: "behind",'P',
59: "below",'P',
60: "beside",'p',
61: "besides",'P',
62: "between",'P',
63: "beyond",'P',
64: "by",'P',
65: "down",'P',
66: "during",'P',
67: "except",'P',
68: "for",'p',
69: "from",'P',
70: "in",'P',
71: "inside",'P',
72: "into",'P',
73: "onto",'P',
74: "like",'p',
75: "near",'P',
76: "of",'P',
77: "off",'P',
78: "on",'P',
79: "outside",'P',
80: "over",'P',
81: "past",'J',
82: "per",'P',
83: "through",'P',
84: "till",'P',
85: "toward",'P',
86: "towards",'P',
87: "under",'P',
88: "until",'p',
89: "up",'P',
90: "upon",'P',
91: "via",'P',
92: "with",'P',
93: "within",'P',
94: "without",'P',
95: "I",'K',
96: "he",'K',
97: "it",'K',
98: "me",'R',
99: "us",'R',
100: "him",'R',
101: "them",'R',
102: "hers",'R',
103: "theirs",'R',
104: "mine",'R',
105: "none",'R',
106: "one",'a',
107: "ours",'R',
108: "she",'K',
109: "there",'R',
110: "these",'W',
111: "they",'R',
112: "this",'a',
113: "those",'W',
114: "we",'R',
115: "who",'w',
116: "whoever",'w',
117: "whom",'S',
118: "whose",'R',
119: "you",'R',
120: "yours",'R',
121: "anyone",'K',
122: "everyone",'K',
123: "someone",'K',
124: "anybody",'K',
125: "everybody",'K',
126: "somebody",'K',
127: "nobody",'K',
128: "anything",'K',
129: "nothing",'K',
130: "something",'K',
131: "everything",'K',
132: "everywhere",'L',
133: "anywhere",'K',
134: "nowhere",'L',
135: "somewhere",'L',
136: "someplace",'K',
137: "noplace",'K',
138: "anyplace",'K',
139: "everyplace",'K',
140: "enough",'W',
141: "few",'W',
142: "less",'W',
143: "much",'W',
144: "more",'W',
145: "most",'W',
146: "other",'a',
147: "others",'W',
148: "another",'a',
149: "some",'W',
150: "either",'a',
151: "neither",'a',
152: "several",'W',
153: "all",'W',
154: "both",'W',
155: "each",'a',
156: "many",'W',
157: "myself",'R',
158: "yourself",'R',
159: "himself",'R',
160: "herself",'R',
161: "itself",'R',
162: "yourselves",'R',
163: "themselves",'R',
164: "although",'S',
165: "because",'S',
166: "however",'S',
167: "if",'S',
168: "once",'S',
169: "since",'p',
170: "so",'D',
171: "though",'S',
172: "unless",'S',
173: "when",'S',
174: "whenever",'S',
175: "whatever",'S',
176: "while",'S',
177: "where",'S',
178: "why",'S',
179: "how",'S',
180: "what",'T',
181: "inasmuch",'S',
182: "whereas",'S',
183: "wherever",'S',
184: "whereby",'S',
185: "that",'T',
186: "which",'T',
187: "moreover",'S',
188: "furthermore",'S',
189: "therefore",'S',
190: "hence",'S',
191: "nevertheless",'S',
192: "otherwise",'S',
193: "afterwards",'S',
194: "than",'S',
195: "still",'S',
196: "also",'D',
197: "thus",'D',
198: "sometimes",'D',
199: "sometime",'D',
200: "someday",'D',
201: "already",'D',
202: "alright",'D',
203: "too",'D',
204: "able",'J',
205: "such",'J',
206: "same",'G',
207: "single",'J',
208: "little",'G',
209: "any",'G',
210: "half",'G',
211: "double",'Y',
212: "every",'J',
213: "almost",'D',
214: "about",'p',
215: "then",'D',
216: "soon",'D',
217: "fast",'G',
218: "well",'G',
219: "often",'D',
220: "here",'D',
221: "now",'D',
222: "always",'D',
223: "never",'D',
224: "maybe",'D',
225: "perhaps",'D',
226: "very",'G',
227: "quite",'D',
228: "rather",'D',
229: "just",'G',
230: "even",'G',
231: "least",'G',
232: "first",'G',
233: "long",'G',
234: "back",'G',
235: "next",'G',
236: "far",'G',
237: "last",'G',
238: "elsewhere",'D',
239: "throughout",'p',
240: "away",'G',
241: "somewhat",'D',
242: "today",'L',
243: "tomorrow",'L',
244: "crept",'d',
245: "kept",'d',
246: "leapt",'d',
247: "slept",'d',
248: "swept",'d',
249: "wept",'d',
250: "made",'d',
251: "won",'d',
252: "sang",'d',
253: "heard",'d',
254: "drove",'d',
255: "wrote",'d',
256: "built",'d',
257: "dealt",'d',
258: "felt",'d',
259: "stung",'d',
260: "clung",'d',
261: "flung",'d',
262: "hung",'d',
263: "rung",'d',
264: "strung",'d',
265: "swung",'d',
266: "wrung",'d',
267: "spun",'d',
268: "rode",'d',
269: "rang",'d',
270: "swam",'d',
271: "sprang",'d',
272: "saw",'d',
273: "sat",'d',
274: "rose",'d',
275: "gave",'d',
276: "grew",'d',
277: "drank",'d',
278: "bought",'d',
279: "fought",'d',
280: "brought",'d',
281: "caught",'d',
282: "sought",'d',
283: "taught",'d',
284: "thought",'d',
285: "sung",'d',
286: "driven",'d',
287: "written",'d',
288: "ridden",'d',
289: "swum",'d',
290: "seen",'d',
291: "risen",'d',
292: "drunk",'d',
293: "ought",'V',
294: "ago",'G',
295: "out",'G',
296: "again",'D',
297: "began",'d',
298: "begun",'d',
299: "bent",'d',
300: "bound",'d',
301: "bit",'d',
302: "bitten",'d',
303: "blew",'d',
304: "blown",'d',
305: "broke",'d',
306: "broken",'d',
307: "chose",'d',
308: "came",'d',
309: "dug",'d',
310: "drew",'d',
311: "drawn",'d',
312: "ate",'d',
313: "eaten",'d',
314: "fell",'d',
315: "fallen",'d',
316: "fed",'d',
317: "found",'d',
318: "flew",'d',
319: "flown",'d',
320: "forgot",'d',
321: "forgotten",'d',
322: "froze",'d',
323: "frozen",'d',
324: "got",'d',
325: "gotten",'d',
326: "given",'d',
327: "went",'d',
328: "gone",'d',
329: "grown",'d',
330: "hid",'d',
331: "hidden",'d',
332: "held",'d',
333: "beheld",'d',
334: "knelt",'d',
335: "knew",'d',
336: "known",'d',
337: "laid",'d',
338: "led",'d',
339: "lent",'d',
340: "lay",'d',
341: "lain",'d',
342: "lit",'d',
343: "lost",'d',
344: "meant",'d',
345: "met",'d',
346: "mistook",'d',
347: "mistaken",'d',
348: "paid",'d',
349: "ran",'d',
350: "said",'d',
351: "sold",'d',
352: "sent",'d',
353: "shook",'d',
354: "shaken",'d',
355: "shone",'d',
356: "shown",'d',
357: "shrank",'d',
358: "shrunk",'d',
359: "sank",'d',
360: "sunk",'d',
361: "slid",'d',
362: "slung",'d',
363: "spoke",'d',
364: "spoken",'d',
365: "spent",'d',
366: "stood",'d',
367: "spread",'d',
368: "stole",'d',
369: "stolen",'d',
370: "stuck",'d',
371: "struck",'d',
372: "swore",'d',
373: "sworn",'d',
374: "swollen",'d',
375: "took",'d',
376: "taken",'d',
377: "tore",'d',
378: "torn",'d',
379: "told",'d',
380: "threw",'d',
381: "thrown",'d',
382: "understood",'d',
383: "wore",'d',
384: "worn",'d',
385: "wove",'d',
386: "woven",'d',
387: "wound",'d',
388: "run",'d',
389: "gas",'U',
390: "whether",'S',
391: "done",'d',
392: "became",'d',
393: "chosen",'d',
394: "come",'d',
395: "become",'d',
396: "children",'n',
397: "people",'n',
398: "ever",'D',
399: "according",'P',
400: "unpaid",'d',
401: "interwoven",'d',
402: "color",'Z',
403: "together",'D',
404: "left",'d',
405: "set",'d',
406: "born",'d',
407: "cut",'d',
408: "put",'d',
409: "sent",'d',
410: "altogether",'D',
411: "unchanged",'J',
412: "forth",'D',
413: "upheld",'d',
414: "therewith",'D',
415: "instead",'D',
416: "ah",'i',
417: "aha",'i',
418: "ay",'i',
419: "bah",'i',
420: "boo",'i',
421: "eh",'i',
422: "gee",'i',
423: "ha",'i',
424: "hey",'i',
425: "hi",'i',
426: "ho",'i',
427: "hurrah",'i',
428: "oh",'i',
429: "ouch",'i',
430: "rah",'i',
431: "sh",'i',
432: "ugh",'i',
433: "whee",'i',
434: "woe",'i',
435: "wow",'i',
436: "ready",'J',
437: "deep",'J',
438: "alone",'J',
439: "old",'J',
440: "ahead",'D',
441: "better",'G',
442: "overlaid",'d',
443: "later",'G',
444: "abroad",'D',
445: "further",'G',
446: "heavy",'J',
447: "major",'U',
448: "series",'N',
449: "great",'J',
450: "overseas",'G',
451: "afterward",'S',
452: "award",'Z',
453: "coward",'N',
454: "forward",'U',
455: "steward",'Z',
456: "ward",'Z',
457: "x",'N',
458: 0, 0
459: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.