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