148245Sbostic /*- 248245Sbostic * %sccs.include.proprietary.c% 348788Sbostic * 4*61974Sbostic * @(#)dict.c 8.1 (Berkeley) 06/06/93 548245Sbostic */ 648245Sbostic 79075Srrh struct dict dict[] = { 89075Srrh "a",'A', 99075Srrh "an",'A', 109075Srrh "the",'A', 119075Srrh "can",'x', 129075Srrh "cannot",'x', 139075Srrh "could",'x', 149075Srrh "did",'x', 159075Srrh "do",'z', 169075Srrh "does",'y', 179075Srrh "had",'e', 189075Srrh "have",'g', 199075Srrh "has",'f', 209075Srrh "may",'X', 219075Srrh "might",'X', 229075Srrh "must",'X', 239075Srrh "shall",'X', 249075Srrh "should",'X', 259075Srrh "will",'X', 269075Srrh "would",'X', 279075Srrh "to",'F', 289075Srrh "own",'J', 299075Srrh "am",'c', 309075Srrh "been",'B', 319075Srrh "are",'b', 329075Srrh "be",'B', 339075Srrh "being",'B', 349075Srrh "is",'c', 359075Srrh "was",'c', 369075Srrh "were",'b', 379075Srrh "and",'C', 389075Srrh "but",'C', 399075Srrh "or",'C', 409075Srrh "nor",'C', 419075Srrh "yet",'D', 429075Srrh "no",'J', 439075Srrh "not",'D', 449075Srrh "his",'O', 459075Srrh "her",'O', 469075Srrh "its",'O', 479075Srrh "my",'O', 489075Srrh "our",'O', 499075Srrh "their",'O', 509075Srrh "your",'O', 519075Srrh "above",'P', 529075Srrh "aboard",'P', 539075Srrh "across",'P', 549075Srrh "after",'p', 559075Srrh "against",'P', 569075Srrh "along",'P', 579075Srrh "amid",'P', 589075Srrh "among",'P', 599075Srrh "around",'P', 609075Srrh "as",'p', 619075Srrh "at",'P', 629075Srrh "before",'p', 639075Srrh "beneath",'P', 649075Srrh "behind",'P', 659075Srrh "below",'P', 669075Srrh "beside",'p', 679075Srrh "besides",'P', 689075Srrh "between",'P', 699075Srrh "beyond",'P', 709075Srrh "by",'P', 719075Srrh "down",'P', 729075Srrh "during",'P', 739075Srrh "except",'P', 749075Srrh "for",'p', 759075Srrh "from",'P', 769075Srrh "in",'P', 779075Srrh "inside",'P', 789075Srrh "into",'P', 799075Srrh "onto",'P', 809075Srrh "like",'p', 819075Srrh "near",'P', 829075Srrh "of",'P', 839075Srrh "off",'P', 849075Srrh "on",'P', 859075Srrh "outside",'P', 869075Srrh "over",'P', 879075Srrh "past",'J', 889075Srrh "per",'P', 899075Srrh "through",'P', 909075Srrh "till",'P', 919075Srrh "toward",'P', 929075Srrh "towards",'P', 939075Srrh "under",'P', 949075Srrh "until",'p', 959075Srrh "up",'P', 969075Srrh "upon",'P', 979075Srrh "via",'P', 989075Srrh "with",'P', 999075Srrh "within",'P', 1009075Srrh "without",'P', 1019075Srrh "I",'K', 1029075Srrh "he",'K', 1039075Srrh "it",'K', 1049075Srrh "me",'R', 1059075Srrh "us",'R', 1069075Srrh "him",'R', 1079075Srrh "them",'R', 1089075Srrh "hers",'R', 1099075Srrh "theirs",'R', 1109075Srrh "mine",'R', 1119075Srrh "none",'R', 1129075Srrh "one",'a', 1139075Srrh "ours",'R', 1149075Srrh "she",'K', 1159075Srrh "there",'R', 1169075Srrh "these",'W', 1179075Srrh "they",'R', 1189075Srrh "this",'a', 1199075Srrh "those",'W', 1209075Srrh "we",'R', 1219075Srrh "who",'w', 1229075Srrh "whoever",'w', 1239075Srrh "whom",'S', 1249075Srrh "whose",'R', 1259075Srrh "you",'R', 1269075Srrh "yours",'R', 1279075Srrh "anyone",'K', 1289075Srrh "everyone",'K', 1299075Srrh "someone",'K', 1309075Srrh "anybody",'K', 1319075Srrh "everybody",'K', 1329075Srrh "somebody",'K', 1339075Srrh "nobody",'K', 1349075Srrh "anything",'K', 1359075Srrh "nothing",'K', 1369075Srrh "something",'K', 1379075Srrh "everything",'K', 1389075Srrh "everywhere",'L', 1399075Srrh "anywhere",'K', 1409075Srrh "nowhere",'L', 1419075Srrh "somewhere",'L', 1429075Srrh "someplace",'K', 1439075Srrh "noplace",'K', 1449075Srrh "anyplace",'K', 1459075Srrh "everyplace",'K', 1469075Srrh "enough",'W', 1479075Srrh "few",'W', 1489075Srrh "less",'W', 1499075Srrh "much",'W', 1509075Srrh "more",'W', 1519075Srrh "most",'W', 1529075Srrh "other",'a', 1539075Srrh "others",'W', 1549075Srrh "another",'a', 1559075Srrh "some",'W', 1569075Srrh "either",'a', 1579075Srrh "neither",'a', 1589075Srrh "several",'W', 1599075Srrh "all",'W', 1609075Srrh "both",'W', 1619075Srrh "each",'a', 1629075Srrh "many",'W', 1639075Srrh "myself",'R', 1649075Srrh "yourself",'R', 1659075Srrh "himself",'R', 1669075Srrh "herself",'R', 1679075Srrh "itself",'R', 1689075Srrh "yourselves",'R', 1699075Srrh "themselves",'R', 1709075Srrh "although",'S', 1719075Srrh "because",'S', 1729075Srrh "however",'S', 1739075Srrh "if",'S', 1749075Srrh "once",'S', 1759075Srrh "since",'p', 1769075Srrh "so",'D', 1779075Srrh "though",'S', 1789075Srrh "unless",'S', 1799075Srrh "when",'S', 1809075Srrh "whenever",'S', 1819075Srrh "whatever",'S', 1829075Srrh "while",'S', 1839075Srrh "where",'S', 1849075Srrh "why",'S', 1859075Srrh "how",'S', 1869075Srrh "what",'T', 1879075Srrh "inasmuch",'S', 1889075Srrh "whereas",'S', 1899075Srrh "wherever",'S', 1909075Srrh "whereby",'S', 1919075Srrh "that",'T', 1929075Srrh "which",'T', 1939075Srrh "moreover",'S', 1949075Srrh "furthermore",'S', 1959075Srrh "therefore",'S', 1969075Srrh "hence",'S', 1979075Srrh "nevertheless",'S', 1989075Srrh "otherwise",'S', 1999075Srrh "afterwards",'S', 2009075Srrh "than",'S', 2019075Srrh "still",'S', 2029075Srrh "also",'D', 2039075Srrh "thus",'D', 2049075Srrh "sometimes",'D', 2059075Srrh "sometime",'D', 2069075Srrh "someday",'D', 2079075Srrh "already",'D', 2089075Srrh "alright",'D', 2099075Srrh "too",'D', 2109075Srrh "able",'J', 2119075Srrh "such",'J', 2129075Srrh "same",'G', 2139075Srrh "single",'J', 2149075Srrh "little",'G', 2159075Srrh "any",'G', 2169075Srrh "half",'G', 2179075Srrh "double",'Y', 2189075Srrh "every",'J', 2199075Srrh "almost",'D', 2209075Srrh "about",'p', 2219075Srrh "then",'D', 2229075Srrh "soon",'D', 2239075Srrh "fast",'G', 2249075Srrh "well",'G', 2259075Srrh "often",'D', 2269075Srrh "here",'D', 2279075Srrh "now",'D', 2289075Srrh "always",'D', 2299075Srrh "never",'D', 2309075Srrh "maybe",'D', 2319075Srrh "perhaps",'D', 2329075Srrh "very",'G', 2339075Srrh "quite",'D', 2349075Srrh "rather",'D', 2359075Srrh "just",'G', 2369075Srrh "even",'G', 2379075Srrh "least",'G', 2389075Srrh "first",'G', 2399075Srrh "long",'G', 2409075Srrh "back",'G', 2419075Srrh "next",'G', 2429075Srrh "far",'G', 2439075Srrh "last",'G', 2449075Srrh "elsewhere",'D', 2459075Srrh "throughout",'p', 2469075Srrh "away",'G', 2479075Srrh "somewhat",'D', 2489075Srrh "today",'L', 2499075Srrh "tomorrow",'L', 2509075Srrh "crept",'d', 2519075Srrh "kept",'d', 2529075Srrh "leapt",'d', 2539075Srrh "slept",'d', 2549075Srrh "swept",'d', 2559075Srrh "wept",'d', 2569075Srrh "made",'d', 2579075Srrh "won",'d', 2589075Srrh "sang",'d', 2599075Srrh "heard",'d', 2609075Srrh "drove",'d', 2619075Srrh "wrote",'d', 2629075Srrh "built",'d', 2639075Srrh "dealt",'d', 2649075Srrh "felt",'d', 2659075Srrh "stung",'d', 2669075Srrh "clung",'d', 2679075Srrh "flung",'d', 2689075Srrh "hung",'d', 2699075Srrh "rung",'d', 2709075Srrh "strung",'d', 2719075Srrh "swung",'d', 2729075Srrh "wrung",'d', 2739075Srrh "spun",'d', 2749075Srrh "rode",'d', 2759075Srrh "rang",'d', 2769075Srrh "swam",'d', 2779075Srrh "sprang",'d', 2789075Srrh "saw",'d', 2799075Srrh "sat",'d', 2809075Srrh "rose",'d', 2819075Srrh "gave",'d', 2829075Srrh "grew",'d', 2839075Srrh "drank",'d', 2849075Srrh "bought",'d', 2859075Srrh "fought",'d', 2869075Srrh "brought",'d', 2879075Srrh "caught",'d', 2889075Srrh "sought",'d', 2899075Srrh "taught",'d', 2909075Srrh "thought",'d', 2919075Srrh "sung",'d', 2929075Srrh "driven",'d', 2939075Srrh "written",'d', 2949075Srrh "ridden",'d', 2959075Srrh "swum",'d', 2969075Srrh "seen",'d', 2979075Srrh "risen",'d', 2989075Srrh "drunk",'d', 2999075Srrh "ought",'V', 3009075Srrh "ago",'G', 3019075Srrh "out",'G', 3029075Srrh "again",'D', 3039075Srrh "began",'d', 3049075Srrh "begun",'d', 3059075Srrh "bent",'d', 3069075Srrh "bound",'d', 3079075Srrh "bit",'d', 3089075Srrh "bitten",'d', 3099075Srrh "blew",'d', 3109075Srrh "blown",'d', 3119075Srrh "broke",'d', 3129075Srrh "broken",'d', 3139075Srrh "chose",'d', 3149075Srrh "came",'d', 3159075Srrh "dug",'d', 3169075Srrh "drew",'d', 3179075Srrh "drawn",'d', 3189075Srrh "ate",'d', 3199075Srrh "eaten",'d', 3209075Srrh "fell",'d', 3219075Srrh "fallen",'d', 3229075Srrh "fed",'d', 3239075Srrh "found",'d', 3249075Srrh "flew",'d', 3259075Srrh "flown",'d', 3269075Srrh "forgot",'d', 3279075Srrh "forgotten",'d', 3289075Srrh "froze",'d', 3299075Srrh "frozen",'d', 3309075Srrh "got",'d', 3319075Srrh "gotten",'d', 3329075Srrh "given",'d', 3339075Srrh "went",'d', 3349075Srrh "gone",'d', 3359075Srrh "grown",'d', 3369075Srrh "hid",'d', 3379075Srrh "hidden",'d', 3389075Srrh "held",'d', 3399075Srrh "beheld",'d', 3409075Srrh "knelt",'d', 3419075Srrh "knew",'d', 3429075Srrh "known",'d', 3439075Srrh "laid",'d', 3449075Srrh "led",'d', 3459075Srrh "lent",'d', 3469075Srrh "lay",'d', 3479075Srrh "lain",'d', 3489075Srrh "lit",'d', 3499075Srrh "lost",'d', 3509075Srrh "meant",'d', 3519075Srrh "met",'d', 3529075Srrh "mistook",'d', 3539075Srrh "mistaken",'d', 3549075Srrh "paid",'d', 3559075Srrh "ran",'d', 3569098Srrh "said",'v', 3579075Srrh "sold",'d', 3589075Srrh "sent",'d', 3599075Srrh "shook",'d', 3609075Srrh "shaken",'d', 3619075Srrh "shone",'d', 3629075Srrh "shown",'d', 3639075Srrh "shrank",'d', 3649075Srrh "shrunk",'d', 3659075Srrh "sank",'d', 3669075Srrh "sunk",'d', 3679075Srrh "slid",'d', 3689075Srrh "slung",'d', 3699075Srrh "spoke",'d', 3709075Srrh "spoken",'d', 3719075Srrh "spent",'d', 3729075Srrh "stood",'d', 3739075Srrh "spread",'d', 3749075Srrh "stole",'d', 3759075Srrh "stolen",'d', 3769075Srrh "stuck",'d', 3779075Srrh "struck",'d', 3789075Srrh "swore",'d', 3799075Srrh "sworn",'d', 3809075Srrh "swollen",'d', 3819075Srrh "took",'d', 3829075Srrh "taken",'d', 3839075Srrh "tore",'d', 3849075Srrh "torn",'d', 3859098Srrh "told",'v', 3869075Srrh "threw",'d', 3879075Srrh "thrown",'d', 3889075Srrh "understood",'d', 3899075Srrh "wore",'d', 3909075Srrh "worn",'d', 3919075Srrh "wove",'d', 3929075Srrh "woven",'d', 3939075Srrh "wound",'d', 3949075Srrh "run",'d', 3959075Srrh "gas",'U', 3969075Srrh "whether",'S', 3979075Srrh "done",'d', 3989075Srrh "became",'d', 3999075Srrh "chosen",'d', 4009075Srrh "come",'d', 4019075Srrh "become",'d', 4029075Srrh "children",'n', 4039075Srrh "people",'n', 4049075Srrh "ever",'D', 4059075Srrh "according",'P', 4069075Srrh "unpaid",'d', 4079075Srrh "interwoven",'d', 4089075Srrh "color",'Z', 4099075Srrh "together",'D', 4109075Srrh "left",'d', 4119075Srrh "set",'d', 4129075Srrh "born",'d', 4139075Srrh "cut",'d', 4149075Srrh "put",'d', 4159075Srrh "sent",'d', 4169075Srrh "altogether",'D', 4179075Srrh "unchanged",'J', 4189075Srrh "forth",'D', 4199075Srrh "upheld",'d', 4209075Srrh "therewith",'D', 4219075Srrh "instead",'D', 4229075Srrh "ah",'i', 4239075Srrh "aha",'i', 4249075Srrh "ay",'i', 4259075Srrh "bah",'i', 4269075Srrh "boo",'i', 4279075Srrh "eh",'i', 4289075Srrh "gee",'i', 4299075Srrh "ha",'i', 4309075Srrh "hey",'i', 4319075Srrh "hi",'i', 4329075Srrh "ho",'i', 4339075Srrh "hurrah",'i', 4349075Srrh "oh",'i', 4359075Srrh "ouch",'i', 4369075Srrh "rah",'i', 4379075Srrh "sh",'i', 4389075Srrh "ugh",'i', 4399075Srrh "whee",'i', 4409075Srrh "woe",'i', 4419075Srrh "wow",'i', 4429075Srrh "ready",'J', 4439075Srrh "deep",'J', 4449075Srrh "alone",'J', 4459075Srrh "old",'J', 4469075Srrh "ahead",'D', 4479075Srrh "better",'G', 4489075Srrh "overlaid",'d', 4499075Srrh "later",'G', 4509075Srrh "abroad",'D', 4519075Srrh "further",'G', 4529075Srrh "heavy",'J', 4539075Srrh "major",'U', 4549075Srrh "series",'N', 4559075Srrh "great",'J', 4569075Srrh "overseas",'G', 4579075Srrh "afterward",'S', 4589075Srrh "award",'Z', 4599075Srrh "coward",'N', 4609075Srrh "forward",'U', 4619075Srrh "steward",'Z', 4629075Srrh "ward",'Z', 4639075Srrh "x",'N', 4649075Srrh 0, 0 4659075Srrh }; 466