;;; wordfreq.el --- Get word's frequency of usage ;; Copyright (C) 2006 by Zajcev Evgeny. ;; Author: Zajcev Evgeny <zevlg@yandex.ru> ;; Created: 2006/12/02 ;; Keywords: dictionary ;; Package-Requires: ((emacs "24")) ;; Version: 0.1 ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License ;; as published by the Free Software Foundation; either version 3 ;; of the License, or (at your option) any later version. ;; ;; This program is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;;; Commentary: ;; [+] works with GNU Emacs ;;; Code: (defconst wordfreq-words '(("the" 1 69970 6.8872) ("of" 2 36410 3.5839) ("and" 3 28854 2.8401) ("to" 4 26154 2.5744) ("a" 5 23363 2.2996) ("in" 6 21345 2.1010) ("that" 7 10594 1.0428) ("is" 8 10102 0.9943) ("was" 9 9815 0.9661) ("he" 10 9542 0.9392) ("for" 11 9489 0.9340) ("it" 12 8760 0.8623) ("with" 13 7290 0.7176) ("as" 14 7251 0.7137) ("his" 15 6996 0.6886) ("on" 16 6742 0.6636) ("be" 17 6376 0.6276) ("at" 18 5377 0.5293) ("by" 19 5307 0.5224) ("i" 20 5180 0.5099) ("this" 21 5146 0.5065) ("had" 22 5131 0.5050) ("not" 23 4610 0.4538) ("are" 24 4394 0.4325) ("but" 25 4381 0.4312) ("from" 26 4370 0.4301) ("or" 27 4207 0.4141) ("have" 28 3942 0.3880) ("an" 29 3748 0.3689) ("they" 30 3619 0.3562) ("which" 31 3561 0.3505) ("one" 32 3297 0.3245) ("you" 33 3286 0.3234) ("were" 34 3284 0.3232) ("her" 35 3037 0.2989) ("all" 36 3001 0.2954) ("she" 37 2859 0.2814) ("there" 38 2725 0.2682) ("would" 39 2715 0.2672) ("their" 40 2670 0.2628) ("we" 41 2653 0.2611) ("him" 42 2619 0.2578) ("been" 43 2473 0.2434) ("has" 44 2439 0.2401) ("when" 45 2331 0.2294) ("who" 46 2252 0.2217) ("will" 47 2244 0.2209) ("more" 48 2216 0.2181) ("no" 49 2203 0.2168) ("if" 50 2199 0.2164) ("out" 51 2096 0.2063) ("so" 52 1985 0.1954) ("said" 53 1961 0.1930) ("what" 54 1908 0.1878) ("up" 55 1895 0.1865) ("its" 56 1858 0.1829) ("about" 57 1815 0.1787) ("into" 58 1791 0.1763) ("than" 59 1790 0.1762) ("them" 60 1789 0.1761) ("can" 61 1772 0.1744) ("only" 62 1747 0.1720) ("other" 63 1702 0.1675) ("new" 64 1635 0.1609) ("some" 65 1617 0.1592) ("time" 66 1601 0.1576) ("could" 67 1599 0.1574) ("these" 68 1573 0.1548) ("two" 69 1412 0.1390) ("may" 70 1400 0.1378) ("then" 71 1377 0.1355) ("do" 72 1362 0.1341) ("first" 73 1361 0.1340) ("any" 74 1345 0.1324) ("my" 75 1319 0.1298) ("now" 76 1314 0.1293) ("such" 77 1303 0.1283) ("like" 78 1290 0.1270) ("our" 79 1252 0.1232) ("over" 80 1237 0.1218) ("man" 81 1210 0.1191) ("me" 82 1183 0.1164) ("even" 83 1171 0.1153) ("most" 84 1160 0.1142) ("made" 85 1125 0.1107) ("after" 86 1070 0.1053) ("also" 87 1069 0.1052) ("did" 88 1044 0.1028) ("many" 89 1030 0.1014) ("before" 90 1016 0.1000) ("must" 91 1013 0.0997) ("through" 92 969 0.0954) ("back" 93 967 0.0952) ("years" 94 958 0.0943) ("where" 95 938 0.0923) ("much" 96 937 0.0922) ("your" 97 923 0.0909) ("way" 98 909 0.0895) ("well" 99 897 0.0883) ("down" 100 895 0.0881) ("should" 101 888 0.0874) ("because" 102 883 0.0869) ("each" 103 877 0.0863) ("just" 104 872 0.0858) ("those" 105 850 0.0837) ("people" 106 847 0.0834) ("mr" 107 839 0.0826) ("how" 108 836 0.0823) ("too" 109 833 0.0820) ("little" 110 831 0.0818) ("us" 111 827 0.0814) ("state" 112 808 0.0795) ("good" 113 807 0.0794) ("very" 114 796 0.0784) ("make" 115 794 0.0782) ("world" 116 787 0.0775) ("still" 117 782 0.0770) ("see" 118 772 0.0760) ("own" 119 772 0.0760) ("men" 120 763 0.0751) ("work" 121 761 0.0749) ("long" 122 756 0.0744) ("here" 123 750 0.0738) ("get" 124 749 0.0737) ("both" 125 730 0.0719) ("between" 126 730 0.0719) ("life" 127 715 0.0704) ("being" 128 712 0.0701) ("under" 129 707 0.0696) ("never" 130 698 0.0687) ("day" 131 695 0.0684) ("same" 132 686 0.0675) ("another" 133 684 0.0673) ("know" 134 683 0.0672) ("year" 135 681 0.0670) ("while" 136 680 0.0669) ("last" 137 676 0.0665) ("might" 138 672 0.0661) ("great" 139 665 0.0655) ("old" 140 660 0.0650) ("off" 141 640 0.0630) ("come" 142 630 0.0620) ("since" 143 628 0.0618) ("go" 144 626 0.0616) ("against" 145 626 0.0616) ("came" 146 622 0.0612) ("right" 147 613 0.0603) ("states" 148 613 0.0603) ("used" 149 612 0.0602) ("take" 150 611 0.0601) ("three" 151 610 0.0600) ("himself" 152 603 0.0594) ("few" 153 601 0.0592) ("house" 154 591 0.0582) ("use" 155 589 0.0580) ("during" 156 585 0.0576) ("without" 157 583 0.0574) ("again" 158 578 0.0569) ("place" 159 571 0.0562) ("american" 160 569 0.0560) ("around" 161 561 0.0552) ("however" 162 552 0.0543) ("home" 163 547 0.0538) ("small" 164 542 0.0533) ("found" 165 536 0.0528) ("mrs" 166 535 0.0527) ("thought" 167 516 0.0508) ("went" 168 507 0.0499) ("say" 169 504 0.0496) ("part" 170 499 0.0491) ("once" 171 499 0.0491) ("high" 172 498 0.0490) ("general" 173 497 0.0489) ("upon" 174 495 0.0487) ("school" 175 492 0.0484) ("every" 176 491 0.0483) ("don't" 177 489 0.0481) ("does" 178 485 0.0477) ("got" 179 482 0.0474) ("united" 180 482 0.0474) ("left" 181 480 0.0472) ("number" 182 472 0.0465) ("course" 183 465 0.0458) ("war" 184 464 0.0457) ("until" 185 461 0.0454) ("always" 186 458 0.0451) ("away" 187 456 0.0449) ("something" 188 450 0.0443) ("fact" 189 447 0.0440) ("water" 190 442 0.0435) ("though" 191 441 0.0434) ("less" 192 438 0.0431) ("public" 193 438 0.0431) ("put" 194 437 0.0430) ("think" 195 433 0.0426) ("almost" 196 432 0.0425) ("hand" 197 431 0.0424) ("enough" 198 430 0.0423) ("far" 199 428 0.0421) ("took" 200 426 0.0419) ("head" 201 424 0.0417) ("yet" 202 419 0.0412) ("government" 203 417 0.0410) ("system" 204 416 0.0409) ("set" 205 414 0.0408) ("better" 206 414 0.0408) ("told" 207 413 0.0407) ("nothing" 208 412 0.0406) ("night" 209 411 0.0405) ("end" 210 410 0.0404) ("why" 211 404 0.0398) ("did't" 212 401 0.0395) ("called" 213 401 0.0395) ("eyes" 214 401 0.0395) ("find" 215 399 0.0393) ("going" 216 399 0.0393) ("look" 217 399 0.0393) ("asked" 218 398 0.0392) ("later" 219 397 0.0391) ("point" 220 396 0.0390) ("knew" 221 395 0.0389) ("city" 222 394 0.0388) ("next" 223 394 0.0388) ("program" 224 394 0.0388) ("business" 225 393 0.0387) ("give" 226 391 0.0385) ("group" 227 390 0.0384) ("toward" 228 386 0.0380) ("days" 229 386 0.0380) ("young" 230 385 0.0379) ("let" 231 384 0.0378) ("room" 232 384 0.0378) ("president" 233 382 0.0376) ("side" 234 381 0.0375) ("social" 235 380 0.0374) ("present" 236 377 0.0371) ("given" 237 377 0.0371) ("several" 238 377 0.0371) ("order" 239 376 0.0370) ("national" 240 375 0.0369) ("second" 241 375 0.0369) ("possible" 242 373 0.0367) ("rather" 243 373 0.0367) ("per" 244 372 0.0366) ("face" 245 371 0.0365) ("among" 246 370 0.0364) ("form" 247 370 0.0364) ("important" 248 369 0.0363) ("often" 249 368 0.0362) ("things" 250 368 0.0362) ("looked" 251 367 0.0361) ("early" 252 366 0.0360) ("white" 253 365 0.0359) ("john" 254 362 0.0356) ("case" 255 362 0.0356) ("become" 256 361 0.0355) ("large" 257 361 0.0355) ("need" 258 360 0.0354) ("big" 259 360 0.0354) ("four" 260 359 0.0353) ("within" 261 359 0.0353) ("felt" 262 357 0.0351) ("children" 263 355 0.0349) ("along" 264 355 0.0349) ("saw" 265 352 0.0346) ("best" 266 351 0.0345) ("church" 267 348 0.0343) ("ever" 268 345 0.0340) ("least" 269 343 0.0338) ("power" 270 343 0.0338) ("development" 271 334 0.0329) ("thing" 272 333 0.0328) ("light" 273 333 0.0328) ("seemed" 274 332 0.0327) ("family" 275 331 0.0326) ("interest" 276 330 0.0325) ("want" 277 329 0.0324) ("members" 278 327 0.0322) ("others" 279 325 0.0320) ("mind" 280 325 0.0320) ("country" 281 324 0.0319) ("area" 282 323 0.0318) ("done" 283 320 0.0315) ("turned" 284 320 0.0315) ("although" 285 319 0.0314) ("open" 286 319 0.0314) ("god" 287 318 0.0313) ("service" 288 315 0.0310) ("problem" 289 313 0.0308) ("certain" 290 313 0.0308) ("kind" 291 313 0.0308) ("different" 292 312 0.0307) ("thus" 293 312 0.0307) ("began" 294 312 0.0307) ("door" 295 312 0.0307) ("help" 296 311 0.0306) ("means" 297 310 0.0305) ("sense" 298 310 0.0305) ("whole" 299 309 0.0304) ("matter" 300 308 0.0303) ("perhaps" 301 307 0.0302) ("itself" 302 304 0.0299) ("york" 303 302 0.0297) ("it's" 304 302 0.0297) ("times" 305 300 0.0295) ("law" 306 299 0.0294) ("human" 307 299 0.0294) ("line" 308 298 0.0293) ("above" 309 296 0.0291) ("name" 310 294 0.0289) ("example" 311 292 0.0287) ("action" 312 291 0.0286) ("company" 313 290 0.0285) ("hands" 314 289 0.0284) ("local" 315 288 0.0283) ("show" 316 287 0.0282) ("whether" 317 286 0.0282) ("five" 318 286 0.0282) ("history" 319 286 0.0282) ("gave" 320 285 0.0281) ("today" 321 284 0.0280) ("either" 322 284 0.0280) ("act" 323 283 0.0279) ("feet" 324 283 0.0279) ("across" 325 282 0.0278) ("taken" 326 281 0.0277) ("past" 327 281 0.0277) ("quite" 328 281 0.0277) ("anything" 329 280 0.0276) ("seen" 330 279 0.0275) ("having" 331 279 0.0275) ("death" 332 277 0.0273) ("week" 333 276 0.0272) ("experience" 334 276 0.0272) ("body" 335 276 0.0272) ("word" 336 275 0.0271) ("half" 337 275 0.0271) ("really" 338 275 0.0271) ("field" 339 274 0.0270) ("am" 340 274 0.0270) ("car" 341 274 0.0270) ("words" 342 274 0.0270) ("already" 343 273 0.0269) ("themselves" 344 270 0.0266) ("i'm" 345 269 0.0265) ("information" 346 269 0.0265) ("tell" 347 268 0.0264) ("together" 348 267 0.0263) ("college" 349 267 0.0263) ("shall" 350 267 0.0263) ("money" 351 265 0.0261) ("period" 352 265 0.0261) ("held" 353 264 0.0260) ("keep" 354 264 0.0260) ("sure" 355 264 0.0260) ("real" 356 260 0.0256) ("probably" 357 260 0.0256) ("free" 358 260 0.0256) ("seems" 359 259 0.0255) ("political" 360 258 0.0254) ("cannot" 361 258 0.0254) ("behind" 362 258 0.0254) ("miss" 363 258 0.0254) ("question" 364 257 0.0253) ("air" 365 257 0.0253) ("office" 366 255 0.0251) ("making" 367 255 0.0251) ("brought" 368 253 0.0249) ("whose" 369 252 0.0248) ("special" 370 250 0.0246) ("major" 371 247 0.0243) ("heard" 372 247 0.0243) ("problems" 373 247 0.0243) ("federal" 374 246 0.0242) ("became" 375 246 0.0242) ("study" 376 246 0.0242) ("ago" 377 246 0.0242) ("moment" 378 246 0.0242) ("available" 379 245 0.0241) ("known" 380 245 0.0241) ("result" 381 244 0.0240) ("street" 382 244 0.0240) ("economic" 383 243 0.0239) ("boy" 384 242 0.0238) ("position" 385 241 0.0237) ("reason" 386 241 0.0237) ("change" 387 240 0.0236) ("south" 388 240 0.0236) ("board" 389 239 0.0235) ("individual" 390 239 0.0235) ("job" 391 239 0.0235) ("areas" 392 237 0.0233) ("society" 393 237 0.0233) ("west" 394 235 0.0231) ("close" 395 234 0.0230) ("turn" 396 233 0.0229) ("love" 397 232 0.0228) ("community" 398 231 0.0227) ("true" 399 231 0.0227) ("court" 400 230 0.0226) ("force" 401 230 0.0226) ("full" 402 230 0.0226) ("cost" 403 229 0.0225) ("seem" 404 229 0.0225) ("wife" 405 228 0.0224) ("future" 406 227 0.0223) ("age" 407 227 0.0223) ("wanted" 408 226 0.0222) ("department" 409 225 0.0221) ("voice" 410 225 0.0221) ("center" 411 224 0.0220) ("woman" 412 224 0.0220) ("control" 413 223 0.0220) ("common" 414 223 0.0220) ("policy" 415 222 0.0219) ("necessary" 416 222 0.0219) ("following" 417 221 0.0218) ("front" 418 221 0.0218) ("sometimes" 419 221 0.0218) ("six" 420 220 0.0217) ("girl" 421 220 0.0217) ("clear" 422 219 0.0216) ("further" 423 218 0.0215) ("land" 424 218 0.0215) ("run" 425 217 0.0214) ("students" 426 217 0.0214) ("provide" 427 216 0.0213) ("feel" 428 216 0.0213) ("party" 429 216 0.0213) ("able" 430 216 0.0213) ("mother" 431 216 0.0213) ("music" 432 216 0.0213) ("education" 433 214 0.0211) ("university" 434 214 0.0211) ("child" 435 213 0.0210) ("effect" 436 213 0.0210) ("level" 437 213 0.0210) ("stood" 438 212 0.0209) ("military" 439 212 0.0209) ("town" 440 212 0.0209) ("short" 441 212 0.0209) ("morning" 442 211 0.0208) ("total" 443 211 0.0208) ("outside" 444 210 0.0207) ("rate" 445 209 0.0206) ("figure" 446 209 0.0206) ("class" 447 209 0.0206) ("art" 448 208 0.0205) ("century" 449 207 0.0204) ("washington" 450 206 0.0203) ("north" 451 206 0.0203) ("usually" 452 206 0.0203) ("plan" 453 205 0.0202) ("leave" 454 205 0.0202) ("therefore" 455 205 0.0202) ("evidence" 456 204 0.0201) ("top" 457 204 0.0201) ("million" 458 204 0.0201) ("sound" 459 204 0.0201) ("black" 460 203 0.0200) ("strong" 461 202 0.0199) ("hard" 462 202 0.0199) ("various" 463 201 0.0198) ("says" 464 200 0.0197) ("believe" 465 200 0.0197) ("type" 466 200 0.0197) ("value" 467 200 0.0197) ("play" 468 200 0.0197) ("surface" 469 200 0.0197) ("soon" 470 199 0.0196) ("mean" 471 199 0.0196) ("near" 472 198 0.0195) ("lines" 473 198 0.0195) ("table" 474 198 0.0195) ("peace" 475 198 0.0195) ("modern" 476 198 0.0195) ("tax" 477 197 0.0194) ("road" 478 197 0.0194) ("red" 479 197 0.0194) ("book" 480 197 0.0194) ("personal" 481 196 0.0193) ("process" 482 196 0.0193) ("situation" 483 196 0.0193) ("minutes" 484 196 0.0193) ("increase" 485 195 0.0192) ("schools" 486 195 0.0192) ("idea" 487 195 0.0192) ("english" 488 195 0.0192) ("alone" 489 195 0.0192) ("women" 490 195 0.0192) ("gone" 491 195 0.0192) ("nor" 492 195 0.0192) ("living" 493 194 0.0191) ("months" 494 194 0.0191) ("america" 495 194 0.0191) ("started" 496 194 0.0191) ("longer" 497 193 0.0190) ("dr" 498 192 0.0189) ("cut" 499 192 0.0189) ("finally" 500 191 0.0188) ("third" 501 191 0.0188) ("secretary" 502 191 0.0188) ("nature" 503 191 0.0188) ("private" 504 191 0.0188) ("section" 505 189 0.0186) ("greater" 506 188 0.0185) ("call" 507 188 0.0185) ("fire" 508 187 0.0184) ("expected" 509 187 0.0184) ("needed" 510 187 0.0184) ("that's" 511 187 0.0184) ("kept" 512 186 0.0183) ("ground" 513 186 0.0183) ("view" 514 186 0.0183) ("values" 515 186 0.0183) ("everything" 516 185 0.0182) ("pressure" 517 185 0.0182) ("dark" 518 185 0.0182) ("basis" 519 184 0.0181) ("space" 520 184 0.0181) ("east" 521 183 0.0180) ("father" 522 183 0.0180) ("required" 523 182 0.0179) ("union" 524 182 0.0179) ("spirit" 525 182 0.0179) ("except" 526 181 0.0178) ("complete" 527 181 0.0178) ("wrote" 528 181 0.0178) ("i" 529 'll 181 0.0178) ("moved" 530 181 0.0178) ("support" 531 180 0.0177) ("return" 532 180 0.0177) ("conditions" 533 180 0.0177) ("recent" 534 179 0.0176) ("attention" 535 179 0.0176) ("late" 536 179 0.0176) ("particular" 537 179 0.0176) ("nations" 538 178 0.0175) ("hope" 539 178 0.0175) ("live" 540 177 0.0174) ("costs" 541 176 0.0173) ("else" 542 176 0.0173) ("brown" 543 176 0.0173) ("taking" 544 175 0.0172) ("couldn't" 545 175 0.0172) ("hours" 546 175 0.0172) ("person" 547 175 0.0172) ("forces" 548 175 0.0172) ("beyond" 549 175 0.0172) ("report" 550 174 0.0171) ("coming" 551 174 0.0171) ("inside" 552 174 0.0171) ("dead" 553 174 0.0171) ("low" 554 174 0.0171) ("stage" 555 174 0.0171) ("material" 556 174 0.0171) ("read" 557 173 0.0170) ("instead" 558 173 0.0170) ("lost" 559 173 0.0170) ("st" 560 173 0.0170) ("heart" 561 173 0.0170) ("looking" 562 173 0.0170) ("miles" 563 173 0.0170) ("data" 564 173 0.0170) ("added" 565 172 0.0169) ("pay" 566 172 0.0169) ("amount" 567 172 0.0169) ("followed" 568 172 0.0169) ("feeling" 569 172 0.0169) ("single" 570 172 0.0169) ("makes" 571 172 0.0169) ("research" 572 171 0.0168) ("including" 573 171 0.0168) ("basic" 574 171 0.0168) ("hundred" 575 171 0.0168) ("move" 576 171 0.0168) ("industry" 577 171 0.0168) ("cold" 578 171 0.0168) ("developed" 579 170 0.0167) ("tried" 580 170 0.0167) ("simply" 581 170 0.0167) ("hold" 582 169 0.0166) ("can't" 583 169 0.0166) ("reached" 584 169 0.0166) ("committee" 585 168 0.0165) ("island" 586 167 0.0164) ("defense" 587 167 0.0164) ("equipment" 588 167 0.0164) ("son" 589 166 0.0163) ("actually" 590 166 0.0163) ("shown" 591 166 0.0163) ("religious" 592 165 0.0162) ("ten" 593 165 0.0162) ("river" 594 165 0.0162) ("getting" 595 164 0.0161) ("central" 596 164 0.0161) ("beginning" 597 164 0.0161) ("sort" 598 164 0.0161) ("received" 599 163 0.0160) ("doing" 600 163 0.0160) ("terms" 601 163 0.0160) ("trying" 602 163 0.0160) ("friends" 603 163 0.0160) ("rest" 604 163 0.0160) ("medical" 605 162 0.0159) ("care" 606 162 0.0159) ("especially" 607 162 0.0159) ("picture" 608 162 0.0159) ("indeed" 609 162 0.0159) ("administration" 610 161 0.0158) ("fine" 611 161 0.0158) ("subject" 612 161 0.0158) ("higher" 613 161 0.0158) ("difficult" 614 161 0.0158) ("simple" 615 161 0.0158) ("range" 616 160 0.0157) ("building" 617 160 0.0157) ("wall" 618 160 0.0157) ("meeting" 619 159 0.0157) ("walked" 620 159 0.0157) ("cent" 621 158 0.0156) ("floor" 622 158 0.0156) ("foreign" 623 158 0.0156) ("bring" 624 158 0.0156) ("similar" 625 157 0.0155) ("passed" 626 157 0.0155) ("paper" 627 157 0.0155) ("property" 628 156 0.0154) ("natural" 629 156 0.0154) ("final" 630 156 0.0154) ("training" 631 156 0.0154) ("county" 632 155 0.0153) ("police" 633 155 0.0153) ("congress" 634 155 0.0153) ("international" 635 155 0.0153) ("growth" 636 155 0.0153) ("market" 637 155 0.0153) ("wasn't" 638 154 0.0152) ("talk" 639 154 0.0152) ("start" 640 154 0.0152) ("england" 641 154 0.0152) ("written" 642 154 0.0152) ("story" 643 154 0.0152) ("hear" 644 153 0.0151) ("suddenly" 645 153 0.0151) ("issue" 646 152 0.0150) ("needs" 647 152 0.0150) ("answer" 648 152 0.0150) ("hall" 649 152 0.0150) ("likely" 650 151 0.0149) ("working" 651 151 0.0149) ("countries" 652 151 0.0149) ("considered" 653 151 0.0149) ("you" 654 're 151 0.0149) ("earth" 655 150 0.0148) ("sat" 656 150 0.0148) ("purpose" 657 149 0.0147) ("hour" 658 149 0.0147) ("labor" 659 149 0.0147) ("results" 660 149 0.0147) ("entire" 661 149 0.0147) ("happened" 662 149 0.0147) ("william" 663 148 0.0146) ("cases" 664 148 0.0146) ("meet" 665 148 0.0146) ("stand" 666 148 0.0146) ("difference" 667 148 0.0146) ("production" 668 148 0.0146) ("hair" 669 148 0.0146) ("involved" 670 147 0.0145) ("fall" 671 147 0.0145) ("stock" 672 147 0.0145) ("food" 673 147 0.0145) ("earlier" 674 146 0.0144) ("increased" 675 146 0.0144) ("whom" 676 146 0.0144) ("particularly" 677 146 0.0144) ("boys" 678 146 0.0144) ("paid" 679 145 0.0143) ("sent" 680 145 0.0143) ("effort" 681 145 0.0143) ("knowledge" 682 145 0.0143) ("letter" 683 145 0.0143) ("club" 684 145 0.0143) ("using" 685 145 0.0143) ("below" 686 145 0.0143) ("thinking" 687 145 0.0143) ("yes" 688 144 0.0142) ("christian" 689 144 0.0142) ("girls" 690 144 0.0142) ("blue" 691 143 0.0141) ("ready" 692 143 0.0141) ("bill" 693 143 0.0141) ("color" 694 143 0.0141) ("weeks" 695 143 0.0141) ("points" 696 143 0.0141) ("trade" 697 143 0.0141) ("certainly" 698 143 0.0141) ("ideas" 699 143 0.0141) ("industrial" 700 143 0.0141) ("square" 701 143 0.0141) ("methods" 702 142 0.0140) ("addition" 703 142 0.0140) ("deal" 704 142 0.0140) ("method" 705 142 0.0140) ("bad" 706 142 0.0140) ("due" 707 142 0.0140) ("moral" 708 142 0.0140) ("decided" 709 141 0.0139) ("statement" 710 141 0.0139) ("neither" 711 141 0.0139) ("nearly" 712 141 0.0139) ("directly" 713 141 0.0139) ("showed" 714 141 0.0139) ("throughout" 715 141 0.0139) ("questions" 716 140 0.0138) ("kennedy" 717 140 0.0138) ("reading" 718 140 0.0138) ("anyone" 719 140 0.0138) ("try" 720 140 0.0138) ("services" 721 139 0.0137) ("according" 722 139 0.0137) ("programs" 723 139 0.0137) ("nation" 724 139 0.0137) ("lay" 725 139 0.0137) ("french" 726 139 0.0137) ("size" 727 138 0.0136) ("remember" 728 138 0.0136) ("physical" 729 138 0.0136) ("record" 730 137 0.0135) ("member" 731 137 0.0135) ("comes" 732 137 0.0135) ("understand" 733 137 0.0135) ("southern" 734 137 0.0135) ("western" 735 137 0.0135) ("population" 736 136 0.0134) ("normal" 737 136 0.0134) ("strength" 738 136 0.0134) ("aid" 739 135 0.0133) ("merely" 740 135 0.0133) ("district" 741 135 0.0133) ("volume" 742 135 0.0133) ("concerned" 743 135 0.0133) ("month" 744 135 0.0133) ("appeared" 745 135 0.0133) ("temperature" 746 135 0.0133) ("trouble" 747 134 0.0132) ("trial" 748 134 0.0132) ("summer" 749 134 0.0132) ("direction" 750 134 0.0132) ("ran" 751 134 0.0132) ("maybe" 752 134 0.0132) ("e" 753 133 0.0131) ("sales" 754 133 0.0131) ("student" 755 133 0.0131) ("list" 756 133 0.0131) ("continued" 757 133 0.0131) ("friend" 758 133 0.0131) ("evening" 759 133 0.0131) ("literature" 760 133 0.0131) ("generally" 761 132 0.0130) ("association" 762 132 0.0130) ("provided" 763 132 0.0130) ("led" 764 132 0.0130) ("army" 765 132 0.0130) ("met" 766 132 0.0130) ("influence" 767 132 0.0130) ("piece" 768 132 0.0130) ("opened" 769 131 0.0129) ("former" 770 131 0.0129) ("science" 771 131 0.0129) ("step" 772 131 0.0129) ("changes" 773 131 0.0129) ("chance" 774 131 0.0129) ("husband" 775 131 0.0129) ("hot" 776 130 0.0128) ("series" 777 130 0.0128) ("average" 778 130 0.0128) ("works" 779 130 0.0128) ("cause" 780 130 0.0128) ("effective" 781 129 0.0127) ("george" 782 129 0.0127) ("planning" 783 129 0.0127) ("degree" 784 129 0.0127) ("systems" 785 129 0.0127) ("wouldn't" 786 129 0.0127) ("direct" 787 129 0.0127) ("soviet" 788 129 0.0127) ("stopped" 789 129 0.0127) ("wrong" 790 129 0.0127) ("lead" 791 129 0.0127) ("myself" 792 129 0.0127) ("theory" 793 129 0.0127) ("ask" 794 128 0.0126) ("worked" 795 128 0.0126) ("freedom" 796 128 0.0126) ("clearly" 797 128 0.0126) ("movement" 798 128 0.0126) ("ways" 799 128 0.0126) ("forms" 800 128 0.0126) ("press" 801 127 0.0125) ("organization" 802 127 0.0125) ("somewhat" 803 127 0.0125) ("spring" 804 127 0.0125) ("efforts" 805 127 0.0125) ("consider" 806 127 0.0125) ("meaning" 807 127 0.0125) ("bed" 808 127 0.0125) ("fear" 809 127 0.0125) ("lot" 810 127 0.0125) ("treatment" 811 127 0.0125) ("beautiful" 812 127 0.0125) ("note" 813 127 0.0125) ("placed" 814 126 0.0124) ("hotel" 815 126 0.0124) ("truth" 816 126 0.0124) ("game" 817 126 0.0124) ("apparently" 818 125 0.0123) ("groups" 819 125 0.0123) ("he's" 820 125 0.0123) ("plant" 821 125 0.0123) ("carried" 822 125 0.0123) ("easy" 823 125 0.0123) ("wide" 824 125 0.0123) ("farm" 825 125 0.0123) ("i've" 826 125 0.0123) ("respect" 827 125 0.0123) ("man's" 828 125 0.0123) ("herself" 829 125 0.0123) ("numbers" 830 125 0.0123) ("manner" 831 124 0.0122) ("reaction" 832 124 0.0122) ("immediately" 833 123 0.0121) ("radio" 834 123 0.0121) ("running" 835 123 0.0121) ("approach" 836 123 0.0121) ("recently" 837 123 0.0121) ("larger" 838 123 0.0121) ("lower" 839 123 0.0121) ("feed" 840 123 0.0121) ("charge" 841 122 0.0120) ("couple" 842 122 0.0120) ("daily" 843 122 0.0120) ("eye" 844 122 0.0120) ("performance" 845 122 0.0120) ("middle" 846 122 0.0120) ("oh" 847 122 0.0120) ("march" 848 121 0.0119) ("persons" 849 121 0.0119) ("understanding" 850 121 0.0119) ("arms" 851 121 0.0119) ("opportunity" 852 121 0.0119) ("blood" 853 121 0.0119) ("additional" 854 120 0.0118) ("technical" 855 120 0.0118) ("served" 856 120 0.0118) ("described" 857 120 0.0118) ("stop" 858 120 0.0118) ("progress" 859 120 0.0118) ("steps" 860 119 0.0117) ("test" 861 119 0.0117) ("chief" 862 119 0.0117) ("reported" 863 119 0.0117) ("based" 864 119 0.0117) ("main" 865 119 0.0117) ("determined" 866 119 0.0117) ("image" 867 119 0.0117) ("decision" 868 119 0.0117) ("window" 869 119 0.0117) ("religion" 870 119 0.0117) ("gun" 871 118 0.0116) ("appear" 872 118 0.0116) ("responsibility" 873 118 0.0116) ("europe" 874 118 0.0116) ("british" 875 118 0.0116) ("character" 876 118 0.0116) ("learned" 877 117 0.0115) ("horse" 878 117 0.0115) ("writing" 879 117 0.0115) ("account" 880 117 0.0115) ("ones" 881 116 0.0114) ("fiscal" 882 116 0.0114) ("serious" 883 116 0.0114) ("activity" 884 116 0.0114) ("types" 885 116 0.0114) ("corner" 886 116 0.0114) ("green" 887 116 0.0114) ("length" 888 116 0.0114) ("hit" 889 116 0.0114) ("lived" 890 115 0.0113) ("audience" 891 115 0.0113) ("letters" 892 115 0.0113) ("returned" 893 115 0.0113) ("obtained" 894 115 0.0113) ("nuclear" 895 115 0.0113) ("specific" 896 115 0.0113) ("forward" 897 115 0.0113) ("straight" 898 115 0.0113) ("activities" 899 115 0.0113) ("slowly" 900 115 0.0113) ("shot" 901 114 0.0112) ("doubt" 902 114 0.0112) ("seven" 903 114 0.0112) ("justice" 904 114 0.0112) ("moving" 905 114 0.0112) ("latter" 906 114 0.0112) ("plane" 907 114 0.0112) ("quality" 908 114 0.0112) ("design" 909 114 0.0112) ("obviously" 910 114 0.0112) ("operation" 911 113 0.0111) ("plans" 912 113 0.0111) ("choice" 913 113 0.0111) ("poor" 914 113 0.0111) ("staff" 915 113 0.0111) ("function" 916 113 0.0111) ("figures" 917 113 0.0111) ("parts" 918 113 0.0111) ("stay" 919 113 0.0111) ("saying" 920 113 0.0111) ("include" 921 113 0.0111) ("born" 922 113 0.0111) ("pattern" 923 113 0.0111) ("gives" 924 112 0.0110) ("whatever" 925 112 0.0110) ("sun" 926 112 0.0110) ("cars" 927 111 0.0109) ("faith" 928 111 0.0109) ("pool" 929 111 0.0109) ("hospital" 930 110 0.0108) ("mass" 931 110 0.0108) ("wish" 932 110 0.0108) ("lack" 933 110 0.0108) ("completely" 934 110 0.0108) ("heavy" 935 110 0.0108) ("waiting" 936 110 0.0108) ("speak" 937 110 0.0108) ("ball" 938 110 0.0108) ("standard" 939 110 0.0108) ("extent" 940 110 0.0108) ("visit" 941 109 0.0107) ("democratic" 942 109 0.0107) ("corps" 943 109 0.0107) ("firm" 944 109 0.0107) ("income" 945 109 0.0107) ("ahead" 946 109 0.0107) ("deep" 947 109 0.0107) ("there" 948 's 109 0.0107) ("effects" 949 109 0.0107) ("language" 950 109 0.0107) ("principle" 951 109 0.0107) ("none" 952 108 0.0106) ("price" 953 108 0.0106) ("designed" 954 108 0.0106) ("indicated" 955 108 0.0106) ("analysis" 956 108 0.0106) ("distance" 957 108 0.0106) ("expect" 958 108 0.0106) ("established" 959 108 0.0106) ("products" 960 108 0.0106) ("growing" 961 108 0.0106) ("importance" 962 108 0.0106) ("continue" 963 107 0.0105) ("serve" 964 107 0.0105) ("determine" 965 107 0.0105) ("cities" 966 107 0.0105) ("elements" 967 107 0.0105) ("leaders" 968 107 0.0105) ("division" 969 107 0.0105) ("pretty" 970 107 0.0105) ("existence" 971 107 0.0105) ("attitude" 972 107 0.0105) ("stress" 973 107 0.0105) ("afternoon" 974 106 0.0104) ("limited" 975 106 0.0104) ("hardly" 976 106 0.0104) ("thomas" 977 106 0.0104) ("agreement" 978 106 0.0104) ("factors" 979 106 0.0104) ("scene" 980 106 0.0104) ("easily" 981 106 0.0104) ("closed" 982 106 0.0104) ("write" 983 106 0.0104) ("reach" 984 106 0.0104) ("applied" 985 106 0.0104) ("health" 986 105 0.0103) ("married" 987 105 0.0103) ("suggested" 988 105 0.0103) ("attack" 989 105 0.0103) ("rhode" 990 105 0.0103) ("interested" 991 105 0.0103) ("station" 992 105 0.0103) ("professional" 993 105 0.0103) ("remained" 994 105 0.0103) ("won't" 995 105 0.0103) ("drive" 996 105 0.0103) ("season" 997 105 0.0103) ("despite" 998 104 0.0102) ("unit" 999 104 0.0102) ("current" 1000 104 0.0102) ("spent" 1001 104 0.0102) ("eight" 1002 104 0.0102) ("covered" 1003 104 0.0102) ("negro" 1004 104 0.0102) ("role" 1005 104 0.0102) ("played" 1006 104 0.0102) ("i" 1007 'd 104 0.0102) ("date" 1008 103 0.0101) ("council" 1009 103 0.0101) ("race" 1010 103 0.0101) ("charles" 1011 103 0.0101) ("commission" 1012 103 0.0101) ("original" 1013 103 0.0101) ("mouth" 1014 103 0.0101) ("reasons" 1015 103 0.0101) ("studies" 1016 103 0.0101) ("exactly" 1017 103 0.0101) ("machine" 1018 103 0.0101) ("built" 1019 103 0.0101) ("teeth" 1020 103 0.0101) ("james" 1021 102 0.0100) ("relations" 1022 102 0.0100) ("rise" 1023 102 0.0100) ("demand" 1024 102 0.0100) ("prepared" 1025 102 0.0100) ("related" 1026 102 0.0100) ("rates" 1027 102 0.0100) ("news" 1028 102 0.0100) ("supply" 1029 102 0.0100) ("trees" 1030 102 0.0100) ("becomes" 1031 102 0.0100) ("director" 1032 101 0.0099) ("sunday" 1033 101 0.0099) ("bit" 1034 101 0.0099) ("raised" 1035 101 0.0099) ("events" 1036 101 0.0099) ("unless" 1037 101 0.0099) ("officer" 1038 101 0.0099) ("dropped" 1039 101 0.0099) ("playing" 1040 101 0.0099) ("standing" 1041 101 0.0099) ("doctor" 1042 100 0.0098) ("places" 1043 100 0.0098) ("walk" 1044 100 0.0098) ("energy" 1045 100 0.0098) ("talking" 1046 100 0.0098) ("meant" 1047 100 0.0098) ("clay" 1048 100 0.0098) ("actual" 1049 100 0.0098) ("sides" 1050 100 0.0098) ("facilities" 1051 99 0.0097) ("filled" 1052 99 0.0097) ("techniques" 1053 99 0.0097) ("june" 1054 99 0.0097) ("knows" 1055 99 0.0097) ("hadn't" 1056 99 0.0097) ("glass" 1057 99 0.0097) ("poet" 1058 99 0.0097) ("fight" 1059 98 0.0096) ("dollars" 1060 98 0.0096) ("gas" 1061 98 0.0096) ("concern" 1062 98 0.0096) ("caught" 1063 98 0.0096) ("share" 1064 98 0.0096) ("popular" 1065 98 0.0096) ("claim" 1066 98 0.0096) ("entered" 1067 98 0.0096) ("chicago" 1068 98 0.0096) ("happy" 1069 98 0.0096) ("bridge" 1070 98 0.0096) ("jazz" 1071 98 0.0096) ("institutions" 1072 98 0.0096) ("materials" 1073 98 0.0096) ("style" 1074 98 0.0096) ("he" 1075 'd 98 0.0096) ("follow" 1076 97 0.0095) ("parents" 1077 97 0.0095) ("communist" 1078 97 0.0095) ("status" 1079 97 0.0095) ("included" 1080 97 0.0095) ("thousand" 1081 97 0.0095) ("christ" 1082 97 0.0095) ("isn't" 1083 97 0.0095) ("heat" 1084 97 0.0095) ("radiation" 1085 97 0.0095) ("cattle" 1086 97 0.0095) ("suppose" 1087 97 0.0095) ("primary" 1088 96 0.0094) ("accepted" 1089 96 0.0094) ("books" 1090 96 0.0094) ("sitting" 1091 96 0.0094) ("conference" 1092 96 0.0094) ("opinion" 1093 96 0.0094) ("usual" 1094 96 0.0094) ("churches" 1095 96 0.0094) ("film" 1096 96 0.0094) ("giving" 1097 96 0.0094) ("behavior" 1098 96 0.0094) ("considerable" 1099 96 0.0094) ("funds" 1100 95 0.0094) ("construction" 1101 95 0.0094) ("attempt" 1102 95 0.0094) ("changed" 1103 95 0.0094) ("proper" 1104 95 0.0094) ("successful" 1105 95 0.0094) ("marriage" 1106 95 0.0094) ("sea" 1107 95 0.0094) ("sir" 1108 95 0.0094) ("hell" 1109 95 0.0094) ("wait" 1110 94 0.0093) ("sign" 1111 94 0.0093) ("worth" 1112 94 0.0093) ("source" 1113 94 0.0093) ("highly" 1114 94 0.0093) ("park" 1115 94 0.0093) ("discussion" 1116 94 0.0093) ("everyone" 1117 94 0.0093) ("practice" 1118 94 0.0093) ("arm" 1119 94 0.0093) ("tradition" 1120 94 0.0093) ("shows" 1121 94 0.0093) ("someone" 1122 94 0.0093) ("authority" 1123 93 0.0092) ("older" 1124 93 0.0092) ("annual" 1125 93 0.0092) ("project" 1126 93 0.0092) ("americans" 1127 93 0.0092) ("lord" 1128 93 0.0092) ("success" 1129 93 0.0092) ("oil" 1130 93 0.0092) ("remain" 1131 93 0.0092) ("principal" 1132 92 0.0091) ("leadership" 1133 92 0.0091) ("jack" 1134 92 0.0091) ("foot" 1135 92 0.0091) ("obvious" 1136 92 0.0091) ("fell" 1137 92 0.0091) ("thin" 1138 92 0.0091) ("pieces" 1139 92 0.0091) ("management" 1140 91 0.0090) ("measure" 1141 91 0.0090) ("security" 1142 91 0.0090) ("base" 1143 91 0.0090) ("entirely" 1144 91 0.0090) ("civil" 1145 91 0.0090) ("frequently" 1146 91 0.0090) ("records" 1147 91 0.0090) ("structure" 1148 91 0.0090) ("dinner" 1149 91 0.0090) ("weight" 1150 91 0.0090) ("condition" 1151 91 0.0090) ("mike" 1152 91 0.0090) ("objective" 1153 91 0.0090) ("complex" 1154 91 0.0090) ("produced" 1155 90 0.0089) ("noted" 1156 90 0.0089) ("caused" 1157 90 0.0089) ("equal" 1158 90 0.0089) ("balance" 1159 90 0.0089) ("you" 1160 'll 90 0.0089) ("purposes" 1161 90 0.0089) ("corporation" 1162 90 0.0089) ("dance" 1163 90 0.0089) ("kitchen" 1164 90 0.0089) ("failure" 1165 89 0.0088) ("pass" 1166 89 0.0088) ("goes" 1167 89 0.0088) ("names" 1168 89 0.0088) ("quickly" 1169 89 0.0088) ("workers" 1170 89 0.0088) ("regard" 1171 89 0.0088) ("officers" 1172 89 0.0088) ("published" 1173 89 0.0088) ("famous" 1174 89 0.0088) ("develop" 1175 89 0.0088) ("london" 1176 89 0.0088) ("clothes" 1177 89 0.0088) ("laws" 1178 88 0.0087) ("citizens" 1179 88 0.0087) ("announced" 1180 88 0.0087) ("carry" 1181 88 0.0087) ("cover" 1182 88 0.0087) ("moreover" 1183 88 0.0087) ("add" 1184 88 0.0087) ("greatest" 1185 88 0.0087) ("check" 1186 88 0.0087) ("enemy" 1187 88 0.0087) ("mary" 1188 88 0.0087) ("leaving" 1189 88 0.0087) ("key" 1190 88 0.0087) ("manager" 1191 88 0.0087) ("active" 1192 88 0.0087) ("break" 1193 88 0.0087) ("king" 1194 88 0.0087) ("bottom" 1195 88 0.0087) ("pain" 1196 88 0.0087) ("relationship" 1197 88 0.0087) ("sources" 1198 88 0.0087) ("poetry" 1199 88 0.0087) ("assistance" 1200 87 0.0086) ("operating" 1201 87 0.0086) ("battle" 1202 87 0.0086) ("companies" 1203 87 0.0086) ("fixed" 1204 87 0.0086) ("possibility" 1205 87 0.0086) ("product" 1206 87 0.0086) ("spoke" 1207 87 0.0086) ("units" 1208 87 0.0086) ("touch" 1209 87 0.0086) ("doesn't" 1210 87 0.0086) ("bright" 1211 87 0.0086) ("finished" 1212 87 0.0086) ("carefully" 1213 87 0.0086) ("facts" 1214 87 0.0086) ("previous" 1215 86 0.0085) ("takes" 1216 86 0.0085) ("allowed" 1217 86 0.0085) ("require" 1218 86 0.0085) ("build" 1219 86 0.0085) ("patient" 1220 86 0.0085) ("financial" 1221 86 0.0085) ("philosophy" 1222 86 0.0085) ("loss" 1223 86 0.0085) ("stations" 1224 86 0.0085) ("rose" 1225 86 0.0085) ("died" 1226 86 0.0085) ("scientific" 1227 86 0.0085) ("otherwise" 1228 86 0.0085) ("inches" 1229 86 0.0085) ("sight" 1230 86 0.0085) ("seeing" 1231 86 0.0085) ("distribution" 1232 85 0.0084) ("marked" 1233 85 0.0084) ("rules" 1234 85 0.0084) ("capital" 1235 85 0.0084) ("captain" 1236 85 0.0084) ("relatively" 1237 85 0.0084) ("classes" 1238 85 0.0084) ("variety" 1239 85 0.0084) ("stated" 1240 85 0.0084) ("shape" 1241 85 0.0084) ("german" 1242 85 0.0084) ("musical" 1243 85 0.0084) ("significant" 1244 85 0.0084) ("concept" 1245 85 0.0084) ("reports" 1246 84 0.0083) ("proposed" 1247 84 0.0083) ("begin" 1248 84 0.0083) ("post" 1249 84 0.0083) ("impossible" 1250 84 0.0083) ("affairs" 1251 84 0.0083) ("named" 1252 84 0.0083) ("team" 1253 84 0.0083) ("circumstances" 1254 84 0.0083) ("learn" 1255 84 0.0083) ("remains" 1256 84 0.0083) ("round" 1257 84 0.0083) ("strange" 1258 84 0.0083) ("catholic" 1259 84 0.0083) ("operations" 1260 84 0.0083) ("collection" 1261 84 0.0083) ("aware" 1262 84 0.0083) ("sex" 1263 84 0.0083) ("broad" 1264 84 0.0083) ("bar" 1265 83 0.0082) ("henry" 1266 83 0.0082) ("robert" 1267 83 0.0082) ("governor" 1268 83 0.0082) ("offered" 1269 83 0.0082) ("bank" 1270 83 0.0082) ("yesterday" 1271 83 0.0082) ("requirements" 1272 83 0.0082) ("capacity" 1273 83 0.0082) ("speed" 1274 83 0.0082) ("prevent" 1275 83 0.0082) ("regular" 1276 83 0.0082) ("appears" 1277 83 0.0082) ("houses" 1278 83 0.0082) ("mark" 1279 83 0.0082) ("opening" 1280 83 0.0082) ("spread" 1281 83 0.0082) ("winter" 1282 83 0.0082) ("ship" 1283 83 0.0082) ("slightly" 1284 83 0.0082) ("remembered" 1285 83 0.0082) ("interests" 1286 83 0.0082) ("produce" 1287 82 0.0081) ("subjects" 1288 82 0.0081) ("crisis" 1289 82 0.0081) ("youth" 1290 82 0.0081) ("presented" 1291 82 0.0081) ("interesting" 1292 82 0.0081) ("fresh" 1293 82 0.0081) ("train" 1294 82 0.0081) ("instance" 1295 82 0.0081) ("drink" 1296 82 0.0081) ("poems" 1297 82 0.0081) ("agreed" 1298 81 0.0080) ("campaign" 1299 81 0.0080) ("event" 1300 81 0.0080) ("forced" 1301 81 0.0080) ("nine" 1302 81 0.0080) ("essential" 1303 81 0.0080) ("immediate" 1304 81 0.0080) ("lives" 1305 81 0.0080) ("file" 1306 81 0.0080) ("provides" 1307 81 0.0080) ("watch" 1308 81 0.0080) ("opposite" 1309 81 0.0080) ("apartment" 1310 81 0.0080) ("created" 1311 81 0.0080) ("germany" 1312 81 0.0080) ("trip" 1313 81 0.0080) ("neck" 1314 81 0.0080) ("watched" 1315 81 0.0080) ("index" 1316 81 0.0080) ("cells" 1317 81 0.0080) ("term" 1318 80 0.0079) ("session" 1319 80 0.0079) ("offer" 1320 80 0.0079) ("fully" 1321 80 0.0079) ("teacher" 1322 80 0.0079) ("recognized" 1323 80 0.0079) ("providence" 1324 80 0.0079) ("explained" 1325 80 0.0079) ("indicate" 1326 80 0.0079) ("twenty" 1327 80 0.0079) ("lady" 1328 80 0.0079) ("russian" 1329 80 0.0079) ("features" 1330 80 0.0079) ("gray" 1331 80 0.0079) ("studied" 1332 79 0.0078) ("sam" 1333 79 0.0078) ("economy" 1334 79 0.0078) ("reduced" 1335 79 0.0078) ("maximum" 1336 79 0.0078) ("separate" 1337 79 0.0078) ("procedure" 1338 79 0.0078) ("atmosphere" 1339 79 0.0078) ("desire" 1340 79 0.0078) ("mentioned" 1341 79 0.0078) ("reality" 1342 79 0.0078) ("expression" 1343 79 0.0078) ("differences" 1344 79 0.0078) ("enter" 1345 78 0.0077) ("traditional" 1346 78 0.0077) ("mission" 1347 78 0.0077) ("favor" 1348 78 0.0077) ("looks" 1349 78 0.0077) ("secret" 1350 78 0.0077) ("fast" 1351 78 0.0077) ("picked" 1352 78 0.0077) ("coffee" 1353 78 0.0077) ("smaller" 1354 78 0.0077) ("edge" 1355 78 0.0077) ("tone" 1356 78 0.0077) ("beside" 1357 78 0.0077) ("literary" 1358 78 0.0077) ("election" 1359 77 0.0076) ("judge" 1360 77 0.0076) ("title" 1361 77 0.0076) ("permit" 1362 77 0.0076) ("fair" 1363 77 0.0076) ("address" 1364 77 0.0076) ("rights" 1365 77 0.0076) ("vocational" 1366 77 0.0076) ("laid" 1367 77 0.0076) ("response" 1368 77 0.0076) ("believed" 1369 77 0.0076) ("model" 1370 77 0.0076) ("solid" 1371 77 0.0076) ("writers" 1372 77 0.0076) ("follows" 1373 77 0.0076) ("editor" 1374 77 0.0076) ("anode" 1375 77 0.0076) ("receive" 1376 76 0.0075) ("quiet" 1377 76 0.0075) ("telephone" 1378 76 0.0075) ("hearing" 1379 76 0.0075) ("buildings" 1380 76 0.0075) ("formed" 1381 76 0.0075) ("watching" 1382 76 0.0075) ("memory" 1383 76 0.0075) ("presence" 1384 76 0.0075) ("difficulty" 1385 76 0.0075) ("region" 1386 76 0.0075) ("knife" 1387 76 0.0075) ("bottle" 1388 76 0.0075) ("fit" 1389 75 0.0074) ("official" 1390 75 0.0074) ("vote" 1391 75 0.0074) ("junior" 1392 75 0.0074) ("treated" 1393 75 0.0074) ("expressed" 1394 75 0.0074) ("planned" 1395 75 0.0074) ("dog" 1396 75 0.0074) ("virginia" 1397 75 0.0074) ("killed" 1398 75 0.0074) ("camp" 1399 75 0.0074) ("stayed" 1400 75 0.0074) ("nice" 1401 75 0.0074) ("murder" 1402 75 0.0074) ("removed" 1403 75 0.0074) ("rock" 1404 75 0.0074) ("turning" 1405 75 0.0074) ("upper" 1406 75 0.0074) ("jr" 1407 74 0.0073) ("personnel" 1408 74 0.0073) ("pointed" 1409 74 0.0073) ("november" 1410 74 0.0073) ("louis" 1411 74 0.0073) ("selected" 1412 74 0.0073) ("berlin" 1413 74 0.0073) ("claims" 1414 74 0.0073) ("increasing" 1415 74 0.0073) ("leader" 1416 74 0.0073) ("positive" 1417 74 0.0073) ("frame" 1418 74 0.0073) ("gain" 1419 74 0.0073) ("twice" 1420 74 0.0073) ("failed" 1421 74 0.0073) ("nobody" 1422 74 0.0073) ("send" 1423 74 0.0073) ("ability" 1424 74 0.0073) ("fourth" 1425 74 0.0073) ("inch" 1426 74 0.0073) ("interior" 1427 74 0.0073) ("chapter" 1428 74 0.0073) ("jewish" 1429 74 0.0073) ("store" 1430 74 0.0073) ("faculty" 1431 74 0.0073) ("standards" 1432 74 0.0073) ("france" 1433 74 0.0073) ("rich" 1434 74 0.0073) ("contrast" 1435 74 0.0073) ("nevertheless" 1436 73 0.0072) ("brief" 1437 73 0.0072) ("jones" 1438 73 0.0072) ("plus" 1439 73 0.0072) ("individuals" 1440 73 0.0072) ("rule" 1441 73 0.0072) ("powers" 1442 73 0.0072) ("advantage" 1443 73 0.0072) ("discovered" 1444 73 0.0072) ("pulled" 1445 73 0.0072) ("writer" 1446 73 0.0072) ("brother" 1447 73 0.0072) ("valley" 1448 73 0.0072) ("membership" 1449 73 0.0072) ("die" 1450 73 0.0072) ("observed" 1451 73 0.0072) ("wine" 1452 73 0.0072) ("fig" 1453 73 0.0072) ("items" 1454 72 0.0071) ("daughter" 1455 72 0.0071) ("texas" 1456 72 0.0071) ("platform" 1457 72 0.0071) ("allow" 1458 72 0.0071) ("ordinary" 1459 72 0.0071) ("faces" 1460 72 0.0071) ("accept" 1461 72 0.0071) ("master" 1462 72 0.0071) ("legal" 1463 72 0.0071) ("hill" 1464 72 0.0071) ("fighting" 1465 72 0.0071) ("resources" 1466 72 0.0071) ("increases" 1467 72 0.0071) ("assumed" 1468 72 0.0071) ("sharp" 1469 72 0.0071) ("everybody" 1470 72 0.0071) ("broke" 1471 72 0.0071) ("command" 1472 72 0.0071) ("evil" 1473 72 0.0071) ("village" 1474 72 0.0071) ("phase" 1475 72 0.0071) ("russia" 1476 72 0.0071) ("detail" 1477 72 0.0071) ("morgan" 1478 72 0.0071) ("somehow" 1479 72 0.0071) ("fields" 1480 72 0.0071) ("familiar" 1481 72 0.0071) ("boat" 1482 72 0.0071) ("april" 1483 71 0.0070) ("unity" 1484 71 0.0070) ("richard" 1485 71 0.0070) ("responsible" 1486 71 0.0070) ("factor" 1487 71 0.0070) ("chosen" 1488 71 0.0070) ("principles" 1489 71 0.0070) ("constant" 1490 71 0.0070) ("proved" 1491 71 0.0070) ("carrying" 1492 71 0.0070) ("horses" 1493 71 0.0070) ("mercer" 1494 71 0.0070) ("column" 1495 71 0.0070) ("wants" 1496 71 0.0070) ("forth" 1497 71 0.0070) ("beauty" 1498 71 0.0070) ("compared" 1499 71 0.0070) ("approximately" 1500 71 0.0070) ("historical" 1501 71 0.0070) ("smiled" 1502 71 0.0070) ("universe" 1503 71 0.0070) ("calls" 1504 70 0.0069) ("san" 1505 70 0.0069) ("educational" 1506 70 0.0069) ("teachers" 1507 70 0.0069) ("independent" 1508 70 0.0069) ("danger" 1509 70 0.0069) ("clean" 1510 70 0.0069) ("dogs" 1511 70 0.0069) ("waited" 1512 70 0.0069) ("rain" 1513 70 0.0069) ("song" 1514 70 0.0069) ("naturally" 1515 70 0.0069) ("rome" 1516 70 0.0069) ("box" 1517 70 0.0069) ("buy" 1518 70 0.0069) ("sweet" 1519 70 0.0069) ("shelter" 1520 70 0.0069) ("page" 1521 70 0.0069) ("drawn" 1522 70 0.0069) ("dust" 1523 70 0.0069) ("communism" 1524 70 0.0069) ("exchange" 1525 70 0.0069) ("sections" 1526 70 0.0069) ("walls" 1527 70 0.0069) ("aircraft" 1528 70 0.0069) ("independence" 1529 70 0.0069) ("revolution" 1530 70 0.0069) ("realize" 1531 69 0.0068) ("seek" 1532 69 0.0068) ("willing" 1533 69 0.0068) ("league" 1534 69 0.0068) ("connection" 1535 69 0.0068) ("politics" 1536 69 0.0068) ("liberal" 1537 69 0.0068) ("completed" 1538 69 0.0068) ("weather" 1539 69 0.0068) ("fashion" 1540 69 0.0068) ("ordered" 1541 69 0.0068) ("levels" 1542 69 0.0068) ("settled" 1543 69 0.0068) ("realized" 1544 69 0.0068) ("let's" 1545 69 0.0068) ("ancient" 1546 69 0.0068) ("china" 1547 69 0.0068) ("lips" 1548 69 0.0068) ("won" 1549 68 0.0067) ("policies" 1550 68 0.0067) ("actions" 1551 68 0.0067) ("monday" 1552 68 0.0067) ("directed" 1553 68 0.0067) ("leading" 1554 68 0.0067) ("paris" 1555 68 0.0067) ("frank" 1556 68 0.0067) ("statements" 1557 68 0.0067) ("projects" 1558 68 0.0067) ("starting" 1559 68 0.0067) ("initial" 1560 68 0.0067) ("application" 1561 68 0.0067) ("traffic" 1562 68 0.0067) ("stands" 1563 68 0.0067) ("signs" 1564 68 0.0067) ("families" 1565 68 0.0067) ("quick" 1566 68 0.0067) ("khrushchev" 1567 68 0.0067) ("largely" 1568 68 0.0067) ("drew" 1569 68 0.0067) ("animal" 1570 68 0.0067) ("beat" 1571 68 0.0067) ("characteristic" 1572 68 0.0067) ("excellent" 1573 68 0.0067) ("practical" 1574 68 0.0067) ("electric" 1575 68 0.0067) ("electronic" 1576 68 0.0067) ("pictures" 1577 68 0.0067) ("ought" 1578 68 0.0067) ("protection" 1579 68 0.0067) ("article" 1580 68 0.0067) ("appropriate" 1581 68 0.0067) ("fifty" 1582 68 0.0067) ("minimum" 1583 68 0.0067) ("dry" 1584 68 0.0067) ("emotional" 1585 68 0.0067) ("she'd" 1586 68 0.0067) ("jury" 1587 67 0.0066) ("career" 1588 67 0.0066) ("chairman" 1589 67 0.0066) ("aside" 1590 67 0.0066) ("asking" 1591 67 0.0066) ("estimated" 1592 67 0.0066) ("teaching" 1593 67 0.0066) ("reference" 1594 67 0.0066) ("saturday" 1595 67 0.0066) ("flow" 1596 67 0.0066) ("flat" 1597 67 0.0066) ("background" 1598 67 0.0066) ("sit" 1599 67 0.0066) ("dress" 1600 67 0.0066) ("occurred" 1601 67 0.0066) ("warm" 1602 67 0.0066) ("potential" 1603 67 0.0066) ("impact" 1604 67 0.0066) ("yourself" 1605 67 0.0066) ("legs" 1606 67 0.0066) ("you've" 1607 67 0.0066) ("wonder" 1608 67 0.0066) ("communication" 1609 67 0.0066) ("answered" 1610 67 0.0066) ("thick" 1611 67 0.0066) ("birth" 1612 66 0.0065) ("declared" 1613 66 0.0065) ("honor" 1614 66 0.0065) ("july" 1615 66 0.0065) ("significance" 1616 66 0.0065) ("score" 1617 66 0.0065) ("helped" 1618 66 0.0065) ("gross" 1619 66 0.0065) ("issues" 1620 66 0.0065) ("forest" 1621 66 0.0065) ("search" 1622 66 0.0065) ("block" 1623 66 0.0065) ("cutting" 1624 66 0.0065) ("jesus" 1625 66 0.0065) ("substantial" 1626 66 0.0065) ("gets" 1627 66 0.0065) ("relief" 1628 66 0.0065) ("plays" 1629 66 0.0065) ("ends" 1630 66 0.0065) ("arts" 1631 66 0.0065) ("besides" 1632 66 0.0065) ("cell" 1633 66 0.0065) ("intellectual" 1634 66 0.0065) ("properties" 1635 66 0.0065) ("experiments" 1636 66 0.0065) ("closely" 1637 66 0.0065) ("chair" 1638 66 0.0065) ("capable" 1639 66 0.0065) ("adequate" 1640 66 0.0065) ("measured" 1641 66 0.0065) ("ourselves" 1642 66 0.0065) ("fingers" 1643 66 0.0065) ("hanover" 1644 66 0.0065) ("attorney" 1645 65 0.0064) ("passing" 1646 65 0.0064) ("billion" 1647 65 0.0064) ("discussed" 1648 65 0.0064) ("achievement" 1649 65 0.0064) ("headquarters" 1650 65 0.0064) ("rapidly" 1651 65 0.0064) ("object" 1652 65 0.0064) ("escape" 1653 65 0.0064) ("jobs" 1654 65 0.0064) ("join" 1655 65 0.0064) ("phil" 1656 65 0.0064) ("california" 1657 65 0.0064) ("supposed" 1658 65 0.0064) ("they're" 1659 65 0.0064) ("typical" 1660 65 0.0064) ("wore" 1661 65 0.0064) ("employees" 1662 65 0.0064) ("newspaper" 1663 65 0.0064) ("desk" 1664 65 0.0064) ("one's" 1665 65 0.0064) ("imagination" 1666 65 0.0064) ("hung" 1667 65 0.0064) ("holding" 1668 65 0.0064) ("objects" 1669 65 0.0064) ("sleep" 1670 65 0.0064) ("dominant" 1671 65 0.0064) ("reasonable" 1672 64 0.0063) ("matters" 1673 64 0.0063) ("resolution" 1674 64 0.0063) ("site" 1675 64 0.0063) ("credit" 1676 64 0.0063) ("aspects" 1677 64 0.0063) ("message" 1678 64 0.0063) ("maintenance" 1679 64 0.0063) ("laos" 1680 64 0.0063) ("explain" 1681 64 0.0063) ("we'll" 1682 64 0.0063) ("located" 1683 64 0.0063) ("towards" 1684 64 0.0063) ("belief" 1685 64 0.0063) ("yards" 1686 64 0.0063) ("guests" 1687 64 0.0063) ("bodies" 1688 64 0.0063) ("primarily" 1689 64 0.0063) ("grew" 1690 64 0.0063) ("spiritual" 1691 64 0.0063) ("dream" 1692 64 0.0063) ("empty" 1693 64 0.0063) ("wind" 1694 63 0.0062) ("tom" 1695 63 0.0062) ("kill" 1696 63 0.0062) ("benefit" 1697 63 0.0062) ("signal" 1698 63 0.0062) ("tomorrow" 1699 63 0.0062) ("sufficient" 1700 63 0.0062) ("dramatic" 1701 63 0.0062) ("fellow" 1702 63 0.0062) ("happen" 1703 63 0.0062) ("contact" 1704 63 0.0062) ("unusual" 1705 63 0.0062) ("argument" 1706 63 0.0062) ("powerful" 1707 63 0.0062) ("narrow" 1708 63 0.0062) ("parker" 1709 63 0.0062) ("shop" 1710 63 0.0062) ("rifle" 1711 63 0.0062) ("highest" 1712 63 0.0062) ("broken" 1713 63 0.0062) ("competition" 1714 63 0.0062) ("domestic" 1715 63 0.0062) ("contemporary" 1716 63 0.0062) ("grow" 1717 63 0.0062) ("experiment" 1718 63 0.0062) ("assume" 1719 63 0.0062) ("relation" 1720 63 0.0062) ("location" 1721 63 0.0062) ("reduce" 1722 62 0.0061) ("homes" 1723 62 0.0061) ("portion" 1724 62 0.0061) ("officials" 1725 62 0.0061) ("senate" 1726 62 0.0061) ("fund" 1727 62 0.0061) ("rising" 1728 62 0.0061) ("speaking" 1729 62 0.0061) ("internal" 1730 62 0.0061) ("struggle" 1731 62 0.0061) ("agencies" 1732 62 0.0061) ("december" 1733 62 0.0061) ("equally" 1734 62 0.0061) ("sets" 1735 62 0.0061) ("please" 1736 62 0.0061) ("drove" 1737 62 0.0061) ("arrived" 1738 62 0.0061) ("save" 1739 62 0.0061) ("achieved" 1740 62 0.0061) ("soft" 1741 62 0.0061) ("assignment" 1742 62 0.0061) ("baby" 1743 62 0.0061) ("greatly" 1744 62 0.0061) ("appeal" 1745 62 0.0061) ("recognize" 1746 62 0.0061) ("wilson" 1747 62 0.0061) ("library" 1748 62 0.0061) ("careful" 1749 62 0.0061) ("pleasure" 1750 62 0.0061) ("cool" 1751 62 0.0061) ("extreme" 1752 62 0.0061) ("concerning" 1753 62 0.0061) ("governments" 1754 61 0.0060) ("procedures" 1755 61 0.0060) ("prices" 1756 61 0.0060) ("duty" 1757 61 0.0060) ("courses" 1758 61 0.0060) ("friendly" 1759 61 0.0060) ("we're" 1760 61 0.0060) ("coast" 1761 61 0.0060) ("la" 1762 61 0.0060) ("acting" 1763 61 0.0060) ("closer" 1764 61 0.0060) ("speech" 1765 61 0.0060) ("european" 1766 61 0.0060) ("showing" 1767 61 0.0060) ("boston" 1768 61 0.0060) ("victory" 1769 61 0.0060) ("beach" 1770 61 0.0060) ("minister" 1771 61 0.0060) ("commercial" 1772 61 0.0060) ("metal" 1773 61 0.0060) ("possibly" 1774 61 0.0060) ("tests" 1775 61 0.0060) ("kid" 1776 61 0.0060) ("vast" 1777 61 0.0060) ("artists" 1778 61 0.0060) ("continuing" 1779 61 0.0060) ("associated" 1780 61 0.0060) ("shoulder" 1781 61 0.0060) ("weapons" 1782 61 0.0060) ("shore" 1783 61 0.0060) ("greek" 1784 61 0.0060) ("travel" 1785 61 0.0060) ("imagine" 1786 61 0.0060) ("feelings" 1787 61 0.0060) ("organizations" 1788 61 0.0060) ("ideal" 1789 61 0.0060) ("eat" 1790 61 0.0060) ("friday" 1791 60 0.0059) ("keeping" 1792 60 0.0059) ("heavily" 1793 60 0.0059) ("armed" 1794 60 0.0059) ("ended" 1795 60 0.0059) ("learning" 1796 60 0.0059) ("text" 1797 60 0.0059) ("existing" 1798 60 0.0059) ("advance" 1799 60 0.0059) ("scale" 1800 60 0.0059) ("setting" 1801 60 0.0059) ("goal" 1802 60 0.0059) ("judgment" 1803 60 0.0059) ("task" 1804 60 0.0059) ("contract" 1805 60 0.0059) ("garden" 1806 60 0.0059) ("nose" 1807 60 0.0059) ("refused" 1808 60 0.0059) ("streets" 1809 60 0.0059) ("orchestra" 1810 60 0.0059) ("negroes" 1811 60 0.0059) ("contained" 1812 60 0.0059) ("machinery" 1813 60 0.0059) ("chemical" 1814 60 0.0059) ("onto" 1815 60 0.0059) ("circle" 1816 60 0.0059) ("slow" 1817 60 0.0059) ("maintain" 1818 60 0.0059) ("fat" 1819 60 0.0059) ("somewhere" 1820 60 0.0059) ("technique" 1821 60 0.0059) ("stared" 1822 60 0.0059) ("moon" 1823 60 0.0059) ("tuesday" 1824 59 0.0058) ("notice" 1825 59 0.0058) ("drop" 1826 59 0.0058) ("budget" 1827 59 0.0058) ("providing" 1828 59 0.0058) ("formula" 1829 59 0.0058) ("housing" 1830 59 0.0058) ("tension" 1831 59 0.0058) ("un" 1832 59 0.0058) ("repeated" 1833 59 0.0058) ("parties" 1834 59 0.0058) ("uses" 1835 59 0.0058) ("taste" 1836 59 0.0058) ("novel" 1837 59 0.0058) ("headed" 1838 59 0.0058) ("sensitive" 1839 59 0.0058) ("conclusion" 1840 59 0.0058) ("roof" 1841 59 0.0058) ("solution" 1842 59 0.0058) ("bible" 1843 59 0.0058) ("birds" 1844 59 0.0058) ("hole" 1845 59 0.0058) ("lie" 1846 59 0.0058) ("ultimate" 1847 59 0.0058) ("songs" 1848 59 0.0058) ("struck" 1849 59 0.0058) ("snow" 1850 59 0.0058) ("tree" 1851 59 0.0058) ("plants" 1852 59 0.0058) ("finds" 1853 59 0.0058) ("stories" 1854 59 0.0058) ("mine" 1855 59 0.0058) ("painting" 1856 59 0.0058) ("exist" 1857 59 0.0058) ("thirty" 1858 59 0.0058) ("sexual" 1859 59 0.0058) ("roads" 1860 58 0.0057) ("commerce" 1861 58 0.0057) ("dallas" 1862 58 0.0057) ("establish" 1863 58 0.0057) ("previously" 1864 58 0.0057) ("causes" 1865 58 0.0057) ("talked" 1866 58 0.0057) ("railroad" 1867 58 0.0057) ("critical" 1868 58 0.0057) ("remove" 1869 58 0.0057) ("emphasis" 1870 58 0.0057) ("grounds" 1871 58 0.0057) ("neighborhood" 1872 58 0.0057) ("surprised" 1873 58 0.0057) ("minor" 1874 58 0.0057) ("india" 1875 58 0.0057) ("understood" 1876 58 0.0057) ("soldiers" 1877 58 0.0057) ("perfect" 1878 58 0.0057) ("avoid" 1879 58 0.0057) ("hence" 1880 58 0.0057) ("leg" 1881 58 0.0057) ("busy" 1882 58 0.0057) ("occasion" 1883 58 0.0057) ("smile" 1884 58 0.0057) ("lewis" 1885 58 0.0057) ("stone" 1886 58 0.0057) ("roman" 1887 58 0.0057) ("unique" 1888 58 0.0057) ("animals" 1889 58 0.0057) ("sky" 1890 58 0.0057) ("safe" 1891 58 0.0057) ("etc" 1892 58 0.0057) ("orders" 1893 58 0.0057) ("fairly" 1894 58 0.0057) ("liked" 1895 58 0.0057) ("useful" 1896 58 0.0057) ("exercise" 1897 58 0.0057) ("lose" 1898 58 0.0057) ("culture" 1899 58 0.0057) ("pale" 1900 58 0.0057) ("wondered" 1901 58 0.0057) ("charged" 1902 57 0.0056) ("details" 1903 57 0.0056) ("informed" 1904 57 0.0056) ("permitted" 1905 57 0.0056) ("professor" 1906 57 0.0056) ("replied" 1907 57 0.0056) ("completion" 1908 57 0.0056) ("minute" 1909 57 0.0056) ("processes" 1910 57 0.0056) ("apart" 1911 57 0.0056) ("apparent" 1912 57 0.0056) ("bay" 1913 57 0.0056) ("truck" 1914 57 0.0056) ("majority" 1915 57 0.0056) ("afraid" 1916 57 0.0056) ("artist" 1917 57 0.0056) ("goods" 1918 57 0.0056) ("somebody" 1919 57 0.0056) ("appearance" 1920 57 0.0056) ("double" 1921 57 0.0056) ("baseball" 1922 57 0.0056) ("spot" 1923 57 0.0056) ("flowers" 1924 57 0.0056) ("notes" 1925 57 0.0056) ("enjoyed" 1926 57 0.0056) ("entrance" 1927 57 0.0056) ("uncle" 1928 57 0.0056) ("motion" 1929 57 0.0056) ("alive" 1930 57 0.0056) ("beneath" 1931 57 0.0056) ("combination" 1932 57 0.0056) ("truly" 1933 57 0.0056) ("congo" 1934 57 0.0056) ("becoming" 1935 57 0.0056) ("requires" 1936 57 0.0056) ("sample" 1937 57 0.0056) ("bear" 1938 57 0.0056) ("dictionary" 1939 57 0.0056) ("shook" 1940 57 0.0056) ("granted" 1941 56 0.0055) ("confidence" 1942 56 0.0055) ("agency" 1943 56 0.0055) ("joined" 1944 56 0.0055) ("apply" 1945 56 0.0055) ("vital" 1946 56 0.0055) ("september" 1947 56 0.0055) ("review" 1948 56 0.0055) ("wage" 1949 56 0.0055) ("motor" 1950 56 0.0055) ("fifteen" 1951 56 0.0055) ("regarded" 1952 56 0.0055) ("draw" 1953 56 0.0055) ("wheel" 1954 56 0.0055) ("organized" 1955 56 0.0055) ("vision" 1956 56 0.0055) ("wild" 1957 56 0.0055) ("palmer" 1958 56 0.0055) ("intensity" 1959 56 0.0055) ("bought" 1960 56 0.0055) ("represented" 1961 56 0.0055) ("entitled" 1962 56 0.0055) ("hat" 1963 56 0.0055) ("pure" 1964 56 0.0055) ("academic" 1965 56 0.0055) ("chinese" 1966 56 0.0055) ("minds" 1967 56 0.0055) ("guess" 1968 56 0.0055) ("loved" 1969 56 0.0055) ("spite" 1970 56 0.0055) ("evident" 1971 56 0.0055) ("executive" 1972 55 0.0054) ("conducted" 1973 55 0.0054) ("sought" 1974 55 0.0054) ("firms" 1975 55 0.0054) ("joe" 1976 55 0.0054) ("fort" 1977 55 0.0054) ("martin" 1978 55 0.0054) ("demands" 1979 55 0.0054) ("extended" 1980 55 0.0054) ("joseph" 1981 55 0.0054) ("cross" 1982 55 0.0054) ("win" 1983 55 0.0054) ("pick" 1984 55 0.0054) ("worry" 1985 55 0.0054) ("britain" 1986 55 0.0054) ("begins" 1987 55 0.0054) ("divided" 1988 55 0.0054) ("theme" 1989 55 0.0054) ("percent" 1990 55 0.0054) ("rooms" 1991 55 0.0054) ("device" 1992 55 0.0054) ("conduct" 1993 55 0.0054) ("runs" 1994 55 0.0054) ("improved" 1995 55 0.0054) ("games" 1996 55 0.0054) ("cultural" 1997 55 0.0054) ("plenty" 1998 55 0.0054) ("mile" 1999 55 0.0054) ("components" 2000 55 0.0054) ("generation" 2001 55 0.0054) ("properly" 2002 55 0.0054) ("identity" 2003 55 0.0054) ("wood" 2004 55 0.0054) ("tall" 2005 55 0.0054) ("yellow" 2006 55 0.0054) ("marine" 2007 55 0.0054) ("inner" 2008 55 0.0054) ("wished" 2009 55 0.0054) ("sounds" 2010 55 0.0054) ("wagon" 2011 55 0.0054) ("publication" 2012 55 0.0054) ("jews" 2013 55 0.0054) ("rural" 2014 54 0.0053) ("item" 2015 54 0.0053) ("phone" 2016 54 0.0053) ("attend" 2017 54 0.0053) ("decisions" 2018 54 0.0053) ("unable" 2019 54 0.0053) ("faced" 2020 54 0.0053) ("republican" 2021 54 0.0053) ("positions" 2022 54 0.0053) ("huge" 2023 54 0.0053) ("risk" 2024 54 0.0053) ("supported" 2025 54 0.0053) ("symbol" 2026 54 0.0053) ("machines" 2027 54 0.0053) ("description" 2028 54 0.0053) ("seat" 2029 54 0.0053) ("smith" 2030 54 0.0053) ("walking" 2031 54 0.0053) ("lake" 2032 54 0.0053) ("trained" 2033 54 0.0053) ("suggest" 2034 54 0.0053) ("create" 2035 54 0.0053) ("soil" 2036 54 0.0053) ("interpretation" 2037 54 0.0053) ("putting" 2038 54 0.0053) ("forget" 2039 54 0.0053) ("dear" 2040 54 0.0053) ("thoughts" 2041 54 0.0053) ("preparation" 2042 54 0.0053) ("measurements" 2043 54 0.0053) ("practices" 2044 53 0.0052) ("experienced" 2045 53 0.0052) ("welfare" 2046 53 0.0052) ("crowd" 2047 53 0.0052) ("largest" 2048 53 0.0052) ("hudson" 2049 53 0.0052) ("massachusetts" 2050 53 0.0052) ("co" 2051 53 0.0052) ("pushed" 2052 53 0.0052) ("payment" 2053 53 0.0052) ("handle" 2054 53 0.0052) ("absence" 2055 53 0.0052) ("prove" 2056 53 0.0052) ("bitter" 2057 53 0.0052) ("negative" 2058 53 0.0052) ("vehicles" 2059 53 0.0052) ("spend" 2060 53 0.0052) ("january" 2061 53 0.0052) ("remarks" 2062 53 0.0052) ("assigned" 2063 53 0.0052) ("administrative" 2064 53 0.0052) ("driving" 2065 53 0.0052) ("grass" 2066 53 0.0052) ("loose" 2067 53 0.0052) ("wonderful" 2068 53 0.0052) ("august" 2069 53 0.0052) ("troops" 2070 53 0.0052) ("band" 2071 53 0.0052) ("chest" 2072 53 0.0052) ("finding" 2073 53 0.0052) ("slight" 2074 53 0.0052) ("japanese" 2075 53 0.0052) ("windows" 2076 53 0.0052) ("version" 2077 53 0.0052) ("breakfast" 2078 53 0.0052) ("what's" 2079 53 0.0052) ("sin" 2080 53 0.0052) ("examples" 2081 53 0.0052) ("experiences" 2082 53 0.0052) ("depth" 2083 53 0.0052) ("disease" 2084 53 0.0052) ("wet" 2085 53 0.0052) ("breath" 2086 53 0.0052) ("motors" 2087 53 0.0052) ("practically" 2088 53 0.0052) ("content" 2089 53 0.0052) ("establishment" 2090 52 0.0051) ("introduced" 2091 52 0.0051) ("conflict" 2092 52 0.0051) ("element" 2093 52 0.0051) ("detailed" 2094 52 0.0051) ("eventually" 2095 52 0.0051) ("theater" 2096 52 0.0051) ("correct" 2097 52 0.0051) ("widely" 2098 52 0.0051) ("hero" 2099 52 0.0051) ("trust" 2100 52 0.0051) ("raise" 2101 52 0.0051) ("developing" 2102 52 0.0051) ("los" 2103 52 0.0051) ("centers" 2104 52 0.0051) ("gold" 2105 52 0.0051) ("dozen" 2106 52 0.0051) ("telling" 2107 52 0.0051) ("alfred" 2108 52 0.0051) ("bedroom" 2109 52 0.0051) ("advanced" 2110 52 0.0051) ("detective" 2111 52 0.0051) ("indian" 2112 52 0.0051) ("silence" 2113 52 0.0051) ("contrary" 2114 52 0.0051) ("characteristics" 2115 52 0.0051) ("flesh" 2116 52 0.0051) ("investigation" 2117 51 0.0050) ("achieve" 2118 51 0.0050) ("approval" 2119 51 0.0050) ("estate" 2120 51 0.0050) ("elections" 2121 51 0.0050) ("supreme" 2122 51 0.0050) ("listen" 2123 51 0.0050) ("conventional" 2124 51 0.0050) ("gradually" 2125 51 0.0050) ("david" 2126 51 0.0050) ("views" 2127 51 0.0050) ("foods" 2128 51 0.0050) ("pull" 2129 51 0.0050) ("october" 2130 51 0.0050) ("arthur" 2131 51 0.0050) ("stream" 2132 51 0.0050) ("warren" 2133 51 0.0050) ("advice" 2134 51 0.0050) ("surprise" 2135 51 0.0050) ("stages" 2136 51 0.0050) ("player" 2137 51 0.0050) ("guy" 2138 51 0.0050) ("agree" 2139 51 0.0050) ("uniform" 2140 51 0.0050) ("abroad" 2141 51 0.0050) ("devoted" 2142 51 0.0050) ("papers" 2143 51 0.0050) ("rear" 2144 51 0.0050) ("cousin" 2145 51 0.0050) ("situations" 2146 51 0.0050) ("boats" 2147 51 0.0050) ("ages" 2148 51 0.0050) ("begun" 2149 51 0.0050) ("colors" 2150 51 0.0050) ("easier" 2151 51 0.0050) ("shoulders" 2152 51 0.0050) ("sick" 2153 51 0.0050) ("nodded" 2154 51 0.0050) ("opportunities" 2155 51 0.0050) ("necessarily" 2156 51 0.0050) ("angle" 2157 51 0.0050) ("throat" 2158 51 0.0050) ("waves" 2159 51 0.0050) ("laughed" 2160 51 0.0050) ("efficiency" 2161 50 0.0049) ("automobile" 2162 50 0.0049) ("mention" 2163 50 0.0049) ("courts" 2164 50 0.0049) ("issued" 2165 50 0.0049) ("expense" 2166 50 0.0049) ("extremely" 2167 50 0.0049) ("fill" 2168 50 0.0049) ("institute" 2169 50 0.0049) ("television" 2170 50 0.0049) ("choose" 2171 50 0.0049) ("assembly" 2172 50 0.0049) ("chain" 2173 50 0.0049) ("latin" 2174 50 0.0049) ("eisenhower" 2175 50 0.0049) ("knowing" 2176 50 0.0049) ("manufacturers" 2177 50 0.0049) ("proud" 2178 50 0.0049) ("wooden" 2179 50 0.0049) ("worse" 2180 50 0.0049) ("advertising" 2181 50 0.0049) ("extra" 2182 50 0.0049) ("philadelphia" 2183 50 0.0049) ("angeles" 2184 50 0.0049) ("pair" 2185 50 0.0049) ("brilliant" 2186 50 0.0049) ("conversation" 2187 50 0.0049) ("taught" 2188 50 0.0049) ("welcome" 2189 50 0.0049) ("hills" 2190 50 0.0049) ("conviction" 2191 50 0.0049) ("female" 2192 50 0.0049) ("strike" 2193 50 0.0049) ("burning" 2194 50 0.0049) ("engine" 2195 50 0.0049) ("moments" 2196 50 0.0049) ("fundamental" 2197 50 0.0049) ("tiny" 2198 50 0.0049) ("desired" 2199 50 0.0049) ("convinced" 2200 50 0.0049) ("noticed" 2201 50 0.0049) ("till" 2202 50 0.0049) ("towns" 2203 50 0.0049) ("childhood" 2204 50 0.0049) ("protestant" 2205 50 0.0049) ("employed" 2206 49 0.0048) ("speaker" 2207 49 0.0048) ("constitution" 2208 49 0.0048) ("passage" 2209 49 0.0048) ("millions" 2210 49 0.0048) ("roberts" 2211 49 0.0048) ("request" 2212 49 0.0048) ("firmly" 2213 49 0.0048) ("count" 2214 49 0.0048) ("tendency" 2215 49 0.0048) ("acceptance" 2216 49 0.0048) ("driver" 2217 49 0.0048) ("depends" 2218 49 0.0048) ("ride" 2219 49 0.0048) ("impressive" 2220 49 0.0048) ("sports" 2221 49 0.0048) ("milk" 2222 49 0.0048) ("holy" 2223 49 0.0048) ("tragedy" 2224 49 0.0048) ("incident" 2225 49 0.0048) ("operator" 2226 49 0.0048) ("payments" 2227 49 0.0048) ("creative" 2228 49 0.0048) ("silent" 2229 49 0.0048) ("measures" 2230 49 0.0048) ("consideration" 2231 49 0.0048) ("leaves" 2232 49 0.0048) ("partly" 2233 49 0.0048) ("grand" 2234 48 0.0047) ("suit" 2235 48 0.0047) ("destroy" 2236 48 0.0047) ("hoped" 2237 48 0.0047) ("hopes" 2238 48 0.0047) ("royal" 2239 48 0.0047) ("limit" 2240 48 0.0047) ("operate" 2241 48 0.0047) ("twelve" 2242 48 0.0047) ("guard" 2243 48 0.0047) ("integration" 2244 48 0.0047) ("tired" 2245 48 0.0047) ("screen" 2246 48 0.0047) ("mantle" 2247 48 0.0047) ("charlie" 2248 48 0.0047) ("shooting" 2249 48 0.0047) ("quietly" 2250 48 0.0047) ("she's" 2251 48 0.0047) ("cry" 2252 48 0.0047) ("via" 2253 48 0.0047) ("pink" 2254 48 0.0047) ("missile" 2255 48 0.0047) ("functions" 2256 48 0.0047) ("formal" 2257 48 0.0047) ("occasionally" 2258 48 0.0047) ("comparison" 2259 48 0.0047) ("resistance" 2260 48 0.0047) ("personality" 2261 48 0.0047) ("concrete" 2262 48 0.0047) ("precisely" 2263 48 0.0047) ("plain" 2264 48 0.0047) ("swung" 2265 48 0.0047) ("sorry" 2266 48 0.0047) ("maintained" 2267 48 0.0047) ("drinking" 2268 48 0.0047) ("intelligence" 2269 48 0.0047) ("anger" 2270 48 0.0047) ("poem" 2271 48 0.0047) ("attitudes" 2272 48 0.0047) ("liquid" 2273 48 0.0047) ("hearst" 2274 48 0.0047) ("considering" 2275 47 0.0046) ("bonds" 2276 47 0.0046) ("denied" 2277 47 0.0046) ("bills" 2278 47 0.0046) ("employment" 2279 47 0.0046) ("cook" 2280 47 0.0046) ("grant" 2281 47 0.0046) ("fears" 2282 47 0.0046) ("cuba" 2283 47 0.0046) ("sold" 2284 47 0.0046) ("thousands" 2285 47 0.0046) ("engaged" 2286 47 0.0046) ("provision" 2287 47 0.0046) ("purchase" 2288 47 0.0046) ("safety" 2289 47 0.0046) ("honest" 2290 47 0.0046) ("representative" 2291 47 0.0046) ("deny" 2292 47 0.0046) ("northern" 2293 47 0.0046) ("moscow" 2294 47 0.0046) ("expenses" 2295 47 0.0046) ("expansion" 2296 47 0.0046) ("testimony" 2297 47 0.0046) ("prior" 2298 47 0.0046) ("blind" 2299 47 0.0046) ("luck" 2300 47 0.0046) ("lights" 2301 47 0.0046) ("remarkable" 2302 47 0.0046) ("surely" 2303 47 0.0046) ("humor" 2304 47 0.0046) ("opera" 2305 47 0.0046) ("italian" 2306 47 0.0046) ("singing" 2307 47 0.0046) ("mail" 2308 47 0.0046) ("everywhere" 2309 47 0.0046) ("vacation" 2310 47 0.0046) ("models" 2311 47 0.0046) ("boards" 2312 47 0.0046) ("supplies" 2313 47 0.0046) ("stairs" 2314 47 0.0046) ("ring" 2315 47 0.0046) ("concentration" 2316 47 0.0046) ("congregation" 2317 47 0.0046) ("rolled" 2318 47 0.0046) ("unknown" 2319 47 0.0046) ("movements" 2320 47 0.0046) ("wearing" 2321 47 0.0046) ("aspect" 2322 47 0.0046) ("numerous" 2323 47 0.0046) ("instrument" 2324 47 0.0046) ("mere" 2325 47 0.0046) ("essentially" 2326 47 0.0046) ("soul" 2327 47 0.0046) ("periods" 2328 47 0.0046) ("patterns" 2329 47 0.0046) ("odd" 2330 47 0.0046) ("lincoln" 2331 47 0.0046) ("skin" 2332 47 0.0046) ("superior" 2333 46 0.0045) ("relative" 2334 46 0.0045) ("recommended" 2335 46 0.0045) ("legislation" 2336 46 0.0045) ("georgia" 2337 46 0.0045) ("bond" 2338 46 0.0045) ("violence" 2339 46 0.0045) ("insurance" 2340 46 0.0045) ("opposition" 2341 46 0.0045) ("creation" 2342 46 0.0045) ("loan" 2343 46 0.0045) ("dollar" 2344 46 0.0045) ("difficulties" 2345 46 0.0045) ("atomic" 2346 46 0.0045) ("sheet" 2347 46 0.0045) ("encourage" 2348 46 0.0045) ("losses" 2349 46 0.0045) ("trend" 2350 46 0.0045) ("weakness" 2351 46 0.0045) ("wave" 2352 46 0.0045) ("identified" 2353 46 0.0045) ("native" 2354 46 0.0045) ("avenue" 2355 46 0.0045) ("decade" 2356 46 0.0045) ("curious" 2357 46 0.0045) ("anyway" 2358 46 0.0045) ("engineering" 2359 46 0.0045) ("pm" 2360 46 0.0045) ("threw" 2361 46 0.0045) ("flight" 2362 46 0.0045) ("dangerous" 2363 46 0.0045) ("award" 2364 46 0.0045) ("ain't" 2365 46 0.0045) ("wright" 2366 46 0.0045) ("panels" 2367 46 0.0045) ("seriously" 2368 46 0.0045) ("liberty" 2369 46 0.0045) ("shares" 2370 46 0.0045) ("conscious" 2371 46 0.0045) ("salt" 2372 46 0.0045) ("author" 2373 46 0.0045) ("chamber" 2374 46 0.0045) ("centuries" 2375 46 0.0045) ("equivalent" 2376 46 0.0045) ("electrical" 2377 46 0.0045) ("fought" 2378 46 0.0045) ("pocket" 2379 46 0.0045) ("fiction" 2380 46 0.0045) ("doctrine" 2381 46 0.0045) ("precision" 2382 46 0.0045) ("artery" 2383 46 0.0045) ("shut" 2384 46 0.0045) ("offices" 2385 45 0.0044) ("promised" 2386 45 0.0044) ("promise" 2387 45 0.0044) ("residential" 2388 45 0.0044) ("adopted" 2389 45 0.0044) ("taxes" 2390 45 0.0044) ("load" 2391 45 0.0044) ("depend" 2392 45 0.0044) ("sum" 2393 45 0.0044) ("africa" 2394 45 0.0044) ("impression" 2395 45 0.0044) ("feels" 2396 45 0.0044) ("referred" 2397 45 0.0044) ("edward" 2398 45 0.0044) ("calling" 2399 45 0.0044) ("pennsylvania" 2400 45 0.0044) ("valuable" 2401 45 0.0044) ("alexander" 2402 45 0.0044) ("steel" 2403 45 0.0044) ("charges" 2404 45 0.0044) ("containing" 2405 45 0.0044) ("target" 2406 45 0.0044) ("includes" 2407 45 0.0044) ("interference" 2408 45 0.0044) ("tv" 2409 45 0.0044) ("mounted" 2410 45 0.0044) ("cup" 2411 45 0.0044) ("intended" 2412 45 0.0044) ("brain" 2413 45 0.0044) ("qualities" 2414 45 0.0044) ("offers" 2415 45 0.0044) ("february" 2416 45 0.0044) ("riding" 2417 45 0.0044) ("lucy" 2418 45 0.0044) ("percentage" 2419 45 0.0044) ("contain" 2420 45 0.0044) ("adams" 2421 45 0.0044) ("expenditures" 2422 45 0.0044) ("meat" 2423 45 0.0044) ("watson" 2424 45 0.0044) ("elsewhere" 2425 45 0.0044) ("prime" 2426 45 0.0044) ("ballet" 2427 45 0.0044) ("cast" 2428 45 0.0044) ("approached" 2429 45 0.0044) ("angry" 2430 45 0.0044) ("universal" 2431 45 0.0044) ("terrible" 2432 45 0.0044) ("medium" 2433 45 0.0044) ("diameter" 2434 45 0.0044) ("discovery" 2435 45 0.0044) ("ice" 2436 45 0.0044) ("curve" 2437 45 0.0044) ("mold" 2438 45 0.0044) ("burden" 2439 44 0.0043) ("listed" 2440 44 0.0043) ("warning" 2441 44 0.0043) ("considerably" 2442 44 0.0043) ("mostly" 2443 44 0.0043) ("amounts" 2444 44 0.0043) ("admitted" 2445 44 0.0043) ("errors" 2446 44 0.0043) ("wisdom" 2447 44 0.0043) ("opinions" 2448 44 0.0043) ("asia" 2449 44 0.0043) ("continuous" 2450 44 0.0043) ("seeking" 2451 44 0.0043) ("origin" 2452 44 0.0043) ("acres" 2453 44 0.0043) ("changing" 2454 44 0.0043) ("confusion" 2455 44 0.0043) ("orleans" 2456 44 0.0043) ("hundreds" 2457 44 0.0043) ("developments" 2458 44 0.0043) ("enjoy" 2459 44 0.0043) ("fired" 2460 44 0.0043) ("younger" 2461 44 0.0043) ("helping" 2462 44 0.0043) ("pounds" 2463 44 0.0043) ("nearby" 2464 44 0.0043) ("accomplished" 2465 44 0.0043) ("lies" 2466 44 0.0043) ("suffering" 2467 44 0.0043) ("em" 2468 44 0.0043) ("lovely" 2469 44 0.0043) ("snake" 2470 44 0.0043) ("fun" 2471 44 0.0043) ("sale" 2472 44 0.0043) ("driven" 2473 44 0.0043) ("spirits" 2474 44 0.0043) ("ships" 2475 44 0.0043) ("agent" 2476 44 0.0043) ("collected" 2477 44 0.0043) ("extensive" 2478 44 0.0043) ("path" 2479 44 0.0043) ("climbed" 2480 44 0.0043) ("pilot" 2481 44 0.0043) ("shoes" 2482 44 0.0043) ("mobile" 2483 44 0.0043) ("tables" 2484 44 0.0043) ("expensive" 2485 44 0.0043) ("adam" 2486 44 0.0043) ("arranged" 2487 44 0.0043) ("volumes" 2488 44 0.0043) ("answers" 2489 44 0.0043) ("confused" 2490 44 0.0043) ("contribute" 2491 44 0.0043) ("recognition" 2492 44 0.0043) ("brush" 2493 44 0.0043) ("manchester" 2494 44 0.0043) ("hans" 2495 44 0.0043) ("slaves" 2496 44 0.0043) ("washing" 2497 44 0.0043) ("oxygen" 2498 44 0.0043) ("thickness" 2499 44 0.0043) ("mama" 2500 44 0.0043) ("believes" 2501 43 0.0042) ("mental" 2502 43 0.0042) ("liquor" 2503 43 0.0042) ("republic" 2504 43 0.0042) ("lawyer" 2505 43 0.0042) ("year's" 2506 43 0.0042) ("insisted" 2507 43 0.0042) ("technology" 2508 43 0.0042) ("bureau" 2509 43 0.0042) ("route" 2510 43 0.0042) ("explanation" 2511 43 0.0042) ("dealing" 2512 43 0.0042) ("rapid" 2513 43 0.0042) ("salary" 2514 43 0.0042) ("saved" 2515 43 0.0042) ("transportation" 2516 43 0.0042) ("reader" 2517 43 0.0042) ("external" 2518 43 0.0042) ("pace" 2519 43 0.0042) ("recorded" 2520 43 0.0042) ("iron" 2521 43 0.0042) ("suffered" 2522 43 0.0042) ("flying" 2523 43 0.0042) ("dirt" 2524 43 0.0042) ("year" 2525 -old 43 0.0042) ("yard" 2526 43 0.0042) ("switch" 2527 43 0.0042) ("concerns" 2528 43 0.0042) ("separated" 2529 43 0.0042) ("tour" 2530 43 0.0042) ("dancing" 2531 43 0.0042) ("comfort" 2532 43 0.0042) ("brothers" 2533 43 0.0042) ("consists" 2534 43 0.0042) ("warfare" 2535 43 0.0042) ("investment" 2536 43 0.0042) ("coat" 2537 43 0.0042) ("raw" 2538 43 0.0042) ("occur" 2539 43 0.0042) ("reaching" 2540 43 0.0042) ("grown" 2541 43 0.0042) ("marketing" 2542 43 0.0042) ("resulting" 2543 43 0.0042) ("tend" 2544 43 0.0042) ("drama" 2545 43 0.0042) ("heads" 2546 43 0.0042) ("identification" 2547 43 0.0042) ("ie" 2548 43 0.0042) ("lifted" 2549 43 0.0042) ("catch" 2550 43 0.0042) ("mountains" 2551 43 0.0042) ("recreation" 2552 43 0.0042) ("heaven" 2553 43 0.0042) ("readily" 2554 43 0.0042) ("porch" 2555 43 0.0042) ("cloth" 2556 43 0.0042) ("darkness" 2557 43 0.0042) ("whenever" 2558 43 0.0042) ("emotions" 2559 43 0.0042) ("environment" 2560 43 0.0042) ("appointed" 2561 42 0.0041) ("prison" 2562 42 0.0041) ("obtain" 2563 42 0.0041) ("urban" 2564 42 0.0041) ("smooth" 2565 42 0.0041) ("holds" 2566 42 0.0041) ("excess" 2567 42 0.0041) ("waters" 2568 42 0.0041) ("reply" 2569 42 0.0041) ("unlike" 2570 42 0.0041) ("reduction" 2571 42 0.0041) ("comment" 2572 42 0.0041) ("replaced" 2573 42 0.0041) ("nineteenth" 2574 42 0.0041) ("ease" 2575 42 0.0041) ("throw" 2576 42 0.0041) ("threat" 2577 42 0.0041) ("demanded" 2578 42 0.0041) ("lots" 2579 42 0.0041) ("crossed" 2580 42 0.0041) ("wire" 2581 42 0.0041) ("muscle" 2582 42 0.0041) ("o'clock" 2583 42 0.0041) ("anybody" 2584 42 0.0041) ("golden" 2585 42 0.0041) ("hardy" 2586 42 0.0041) ("anne" 2587 42 0.0041) ("wages" 2588 42 0.0041) ("hate" 2589 42 0.0041) ("increasingly" 2590 42 0.0041) ("bag" 2591 42 0.0041) ("bound" 2592 42 0.0041) ("express" 2593 42 0.0041) ("regional" 2594 42 0.0041) ("pride" 2595 42 0.0041) ("engineer" 2596 42 0.0041) ("sufficiently" 2597 42 0.0041) ("distinguished" 2598 42 0.0041) ("reflected" 2599 42 0.0041) ("reactions" 2600 42 0.0041) ("varying" 2601 42 0.0041) ("varied" 2602 42 0.0041) ("weapon" 2603 42 0.0041) ("journal" 2604 42 0.0041) ("touched" 2605 42 0.0041) ("guns" 2606 42 0.0041) ("exists" 2607 42 0.0041) ("editorial" 2608 42 0.0041) ("seeds" 2609 42 0.0041) ("possibilities" 2610 42 0.0041) ("civilization" 2611 42 0.0041) ("distinct" 2612 42 0.0041) ("particles" 2613 42 0.0041) ("skill" 2614 42 0.0041) ("fed" 2615 42 0.0041) ("rachel" 2616 42 0.0041) ("anxiety" 2617 42 0.0041) ("linda" 2618 42 0.0041) ("opposed" 2619 41 0.0040) ("customers" 2620 41 0.0040) ("proposal" 2621 41 0.0040) ("storage" 2622 41 0.0040) ("representatives" 2623 41 0.0040) ("teach" 2624 41 0.0040) ("societies" 2625 41 0.0040) ("constantly" 2626 41 0.0040) ("neighbors" 2627 41 0.0040) ("removal" 2628 41 0.0040) ("communities" 2629 41 0.0040) ("vice" 2630 41 0.0040) ("sell" 2631 41 0.0040) ("democrats" 2632 41 0.0040) ("visited" 2633 41 0.0040) ("writes" 2634 41 0.0040) ("rough" 2635 41 0.0040) ("steady" 2636 41 0.0040) ("spending" 2637 41 0.0040) ("illinois" 2638 41 0.0040) ("distinction" 2639 41 0.0040) ("francisco" 2640 41 0.0040) ("carl" 2641 41 0.0040) ("arc" 2642 41 0.0040) ("comparable" 2643 41 0.0040) ("rare" 2644 41 0.0040) ("continues" 2645 41 0.0040) ("favorite" 2646 41 0.0040) ("sake" 2647 41 0.0040) ("display" 2648 41 0.0040) ("queen" 2649 41 0.0040) ("downtown" 2650 41 0.0040) ("restaurant" 2651 41 0.0040) ("pleased" 2652 41 0.0040) ("institution" 2653 41 0.0040) ("assumption" 2654 41 0.0040) ("seed" 2655 41 0.0040) ("bread" 2656 41 0.0040) ("match" 2657 41 0.0040) ("musicians" 2658 41 0.0040) ("remaining" 2659 41 0.0040) ("pike" 2660 41 0.0040) ("shift" 2661 41 0.0040) ("participation" 2662 41 0.0040) ("virtually" 2663 41 0.0040) ("stepped" 2664 41 0.0040) ("limits" 2665 41 0.0040) ("funny" 2666 41 0.0040) ("smoke" 2667 41 0.0040) ("involves" 2668 41 0.0040) ("rarely" 2669 41 0.0040) ("atoms" 2670 41 0.0040) ("whereas" 2671 41 0.0040) ("describe" 2672 41 0.0040) ("cooling" 2673 41 0.0040) ("tissue" 2674 41 0.0040) ("henrietta" 2675 41 0.0040) ("kate" 2676 41 0.0040) ("combined" 2677 40 0.0039) ("exception" 2678 40 0.0039) ("regarding" 2679 40 0.0039) ("highway" 2680 40 0.0039) ("approved" 2681 40 0.0039) ("personally" 2682 40 0.0039) ("composed" 2683 40 0.0039) ("senator" 2684 40 0.0039) ("legislative" 2685 40 0.0039) ("dependent" 2686 40 0.0039) ("afford" 2687 40 0.0039) ("atlantic" 2688 40 0.0039) ("dean" 2689 40 0.0039) ("happens" 2690 40 0.0039) ("walter" 2691 40 0.0039) ("languages" 2692 40 0.0039) ("goals" 2693 40 0.0039) ("decide" 2694 40 0.0039) ("notion" 2695 40 0.0039) ("laboratory" 2696 40 0.0039) ("proof" 2697 40 0.0039) ("existed" 2698 40 0.0039) ("bob" 2699 40 0.0039) ("self" 2700 40 0.0039) ("grace" 2701 40 0.0039) ("missed" 2702 40 0.0039) ("prominent" 2703 40 0.0039) ("code" 2704 40 0.0039) ("thoroughly" 2705 40 0.0039) ("shared" 2706 40 0.0039) ("talent" 2707 40 0.0039) ("studying" 2708 40 0.0039) ("handsome" 2709 40 0.0039) ("automatic" 2710 40 0.0039) ("burned" 2711 40 0.0039) ("permanent" 2712 40 0.0039) ("observations" 2713 40 0.0039) ("drawing" 2714 40 0.0039) ("winston" 2715 40 0.0039) ("desegregation" 2716 40 0.0039) ("guidance" 2717 40 0.0039) ("today's" 2718 40 0.0039) ("improvement" 2719 40 0.0039) ("treasury" 2720 40 0.0039) ("presumably" 2721 40 0.0039) ("bars" 2722 40 0.0039) ("brings" 2723 40 0.0039) ("papa" 2724 40 0.0039) ("indicates" 2725 40 0.0039) ("discover" 2726 40 0.0039) ("painted" 2727 40 0.0039) ("intense" 2728 40 0.0039) ("tool" 2729 40 0.0039) ("necessity" 2730 40 0.0039) ("eleven" 2731 40 0.0039) ("shouted" 2732 40 0.0039) ("focus" 2733 40 0.0039) ("finger" 2734 40 0.0039) ("conscience" 2735 40 0.0039) ("criticism" 2736 40 0.0039) ("psychological" 2737 40 0.0039) ("thrown" 2738 40 0.0039) ("glance" 2739 40 0.0039) ("regions" 2740 40 0.0039) ("stranger" 2741 40 0.0039) ("joy" 2742 40 0.0039) ("pope" 2743 40 0.0039) ("visual" 2744 40 0.0039) ("parallel" 2745 40 0.0039) ("shear" 2746 40 0.0039) ("rode" 2747 40 0.0039) ("legislature" 2748 39 0.0038) ("candidates" 2749 39 0.0038) ("authorities" 2750 39 0.0038) ("estimate" 2751 39 0.0038) ("lawrence" 2752 39 0.0038) ("acts" 2753 39 0.0038) ("improve" 2754 39 0.0038) ("ill" 2755 39 0.0038) ("rayburn" 2756 39 0.0038) ("cooperation" 2757 39 0.0038) ("communists" 2758 39 0.0038) ("neutral" 2759 39 0.0038) ("determination" 2760 39 0.0038) ("deeply" 2761 39 0.0038) ("assured" 2762 39 0.0038) ("attractive" 2763 39 0.0038) ("transfer" 2764 39 0.0038) ("represents" 2765 39 0.0038) ("newspapers" 2766 39 0.0038) ("colleges" 2767 39 0.0038) ("joint" 2768 39 0.0038) ("mississippi" 2769 39 0.0038) ("severe" 2770 39 0.0038) ("introduction" 2771 39 0.0038) ("emergency" 2772 39 0.0038) ("striking" 2773 39 0.0038) ("trials" 2774 39 0.0038) ("gained" 2775 39 0.0038) ("contributed" 2776 39 0.0038) ("mad" 2777 39 0.0038) ("magazine" 2778 39 0.0038) ("forever" 2779 39 0.0038) ("mystery" 2780 39 0.0038) ("selection" 2781 39 0.0038) ("anywhere" 2782 39 0.0038) ("furniture" 2783 39 0.0038) ("agents" 2784 39 0.0038) ("derived" 2785 39 0.0038) ("revealed" 2786 39 0.0038) ("provisions" 2787 39 0.0038) ("guest" 2788 39 0.0038) ("allotment" 2789 39 0.0038) ("satisfactory" 2790 39 0.0038) ("controlled" 2791 39 0.0038) ("finish" 2792 39 0.0038) ("maturity" 2793 39 0.0038) ("concert" 2794 39 0.0038) ("comedy" 2795 39 0.0038) ("stick" 2796 39 0.0038) ("sleeping" 2797 39 0.0038) ("listening" 2798 39 0.0038) ("soldier" 2799 39 0.0038) ("holes" 2800 39 0.0038) ("holmes" 2801 39 0.0038) ("long" 2802 -range 39 0.0038) ("recall" 2803 39 0.0038) ("mankind" 2804 39 0.0038) ("destroyed" 2805 39 0.0038) ("hydrogen" 2806 39 0.0038) ("furthermore" 2807 39 0.0038) ("objectives" 2808 39 0.0038) ("defined" 2809 39 0.0038) ("handling" 2810 38 0.0037) ("mayor" 2811 38 0.0037) ("specifically" 2812 38 0.0037) ("scheduled" 2813 38 0.0037) ("accounts" 2814 38 0.0037) ("districts" 2815 38 0.0037) ("serving" 2816 38 0.0037) ("leaned" 2817 38 0.0037) ("experimental" 2818 38 0.0037) ("tonight" 2819 38 0.0037) ("track" 2820 38 0.0037) ("simultaneously" 2821 38 0.0037) ("handed" 2822 38 0.0037) ("copy" 2823 38 0.0037) ("glad" 2824 38 0.0037) ("thompson" 2825 38 0.0037) ("paul" 2826 38 0.0037) ("sharply" 2827 38 0.0037) ("experts" 2828 38 0.0037) ("reception" 2829 38 0.0037) ("temple" 2830 38 0.0037) ("fifth" 2831 38 0.0037) ("robinson" 2832 38 0.0037) ("ohio" 2833 38 0.0037) ("cotton" 2834 38 0.0037) ("attempts" 2835 38 0.0037) ("sudden" 2836 38 0.0037) ("bringing" 2837 38 0.0037) ("sister" 2838 38 0.0037) ("foundation" 2839 38 0.0037) ("ears" 2840 38 0.0037) ("japan" 2841 38 0.0037) ("palace" 2842 38 0.0037) ("arrangements" 2843 38 0.0037) ("corresponding" 2844 38 0.0037) ("definition" 2845 38 0.0037) ("processing" 2846 38 0.0037) ("turns" 2847 38 0.0037) ("father's" 2848 38 0.0037) ("random" 2849 38 0.0037) ("piano" 2850 38 0.0037) ("relationships" 2851 38 0.0037) ("knees" 2852 38 0.0037) ("briefly" 2853 38 0.0037) ("pressures" 2854 38 0.0037) ("represent" 2855 38 0.0037) ("agricultural" 2856 38 0.0037) ("instant" 2857 38 0.0037) ("pleasant" 2858 38 0.0037) ("inevitably" 2859 38 0.0037) ("regardless" 2860 38 0.0037) ("god's" 2861 38 0.0037) ("voices" 2862 38 0.0037) ("thyroid" 2863 38 0.0037) ("destruction" 2864 38 0.0037) ("pont" 2865 38 0.0037) ("sacred" 2866 38 0.0037) ("clouds" 2867 38 0.0037) ("forgotten" 2868 38 0.0037) ("contains" 2869 38 0.0037) ("primitive" 2870 38 0.0037) ("organic" 2871 38 0.0037) ("haven't" 2872 38 0.0037) ("axis" 2873 38 0.0037) ("onset" 2874 38 0.0037) ("thanks" 2875 37 0.0036) ("banks" 2876 37 0.0036) ("effectively" 2877 37 0.0036) ("skills" 2878 37 0.0036) ("strongly" 2879 37 0.0036) ("mood" 2880 37 0.0036) ("tremendous" 2881 37 0.0036) ("core" 2882 37 0.0036) ("deeper" 2883 37 0.0036) ("state's" 2884 37 0.0036) ("assure" 2885 37 0.0036) ("authorized" 2886 37 0.0036) ("fail" 2887 37 0.0036) ("definite" 2888 37 0.0036) ("navy" 2889 37 0.0036) ("reserve" 2890 37 0.0036) ("edges" 2891 37 0.0036) ("owners" 2892 37 0.0036) ("feature" 2893 37 0.0036) ("peoples" 2894 37 0.0036) ("stronger" 2895 37 0.0036) ("signed" 2896 37 0.0036) ("delivered" 2897 37 0.0036) ("resulted" 2898 37 0.0036) ("roy" 2899 37 0.0036) ("outstanding" 2900 37 0.0036) ("formation" 2901 37 0.0036) ("illustrated" 2902 37 0.0036) ("contribution" 2903 37 0.0036) ("push" 2904 37 0.0036) ("supper" 2905 37 0.0036) ("gate" 2906 37 0.0036) ("magic" 2907 37 0.0036) ("swimming" 2908 37 0.0036) ("ladies" 2909 37 0.0036) ("chose" 2910 37 0.0036) ("consumer" 2911 37 0.0036) ("harbor" 2912 37 0.0036) ("innocent" 2913 37 0.0036) ("atom" 2914 37 0.0036) ("release" 2915 37 0.0036) ("spoken" 2916 37 0.0036) ("plot" 2917 37 0.0036) ("survey" 2918 37 0.0036) ("wash" 2919 37 0.0036) ("profession" 2920 37 0.0036) ("male" 2921 37 0.0036) ("farmers" 2922 37 0.0036) ("cleaning" 2923 37 0.0036) ("accompanied" 2924 37 0.0036) ("belong" 2925 37 0.0036) ("colonel" 2926 37 0.0036) ("serves" 2927 37 0.0036) ("chicken" 2928 37 0.0036) ("fool" 2929 37 0.0036) ("edition" 2930 37 0.0036) ("noise" 2931 37 0.0036) ("drunk" 2932 37 0.0036) ("hurt" 2933 37 0.0036) ("illusion" 2934 37 0.0036) ("occasional" 2935 37 0.0036) ("comfortable" 2936 37 0.0036) ("enormous" 2937 37 0.0036) ("admit" 2938 37 0.0036) ("stomach" 2939 37 0.0036) ("readers" 2940 37 0.0036) ("distant" 2941 37 0.0036) ("aim" 2942 37 0.0036) ("paint" 2943 37 0.0036) ("foam" 2944 37 0.0036) ("constructed" 2945 37 0.0036) ("blocks" 2946 37 0.0036) ("devices" 2947 37 0.0036) ("tested" 2948 37 0.0036) ("mixed" 2949 37 0.0036) ("species" 2950 37 0.0036) ("images" 2951 37 0.0036) ("questionnaire" 2952 37 0.0036) ("mg" 2953 37 0.0036) ("staining" 2954 37 0.0036) ("attended" 2955 36 0.0035) ("assistant" 2956 36 0.0035) ("jackson" 2957 36 0.0035) ("automatically" 2958 36 0.0035) ("license" 2959 36 0.0035) ("printed" 2960 36 0.0035) ("wise" 2961 36 0.0035) ("football" 2962 36 0.0035) ("extension" 2963 36 0.0035) ("visiting" 2964 36 0.0035) ("nation's" 2965 36 0.0035) ("scholarship" 2966 36 0.0035) ("moves" 2967 36 0.0035) ("affected" 2968 36 0.0035) ("intention" 2969 36 0.0035) ("challenge" 2970 36 0.0035) ("sees" 2971 36 0.0035) ("jim" 2972 36 0.0035) ("filling" 2973 36 0.0035) ("guide" 2974 36 0.0035) ("normally" 2975 36 0.0035) ("probability" 2976 36 0.0035) ("cash" 2977 36 0.0035) ("industries" 2978 36 0.0035) ("schedule" 2979 36 0.0035) ("bomb" 2980 36 0.0035) ("multiple" 2981 36 0.0035) ("lying" 2982 36 0.0035) ("satisfied" 2983 36 0.0035) ("doors" 2984 36 0.0035) ("meets" 2985 36 0.0035) ("error" 2986 36 0.0035) ("tough" 2987 36 0.0035) ("maris" 2988 36 0.0035) ("cards" 2989 36 0.0035) ("thank" 2990 36 0.0035) ("peter" 2991 36 0.0035) ("wear" 2992 36 0.0035) ("baker" 2993 36 0.0035) ("fellowship" 2994 36 0.0035) ("paintings" 2995 36 0.0035) ("susan" 2996 36 0.0035) ("mother's" 2997 36 0.0035) ("supplied" 2998 36 0.0035) ("camera" 2999 36 0.0035) ("sympathy" 3000 36 0.0035) ("crew" 3001 36 0.0035) ("equipped" 3002 36 0.0035) ("managed" 3003 36 0.0035) ("kinds" 3004 36 0.0035) ("occupied" 3005 36 0.0035) ("outlook" 3006 36 0.0035) ("aren't" 3007 36 0.0035) ("classic" 3008 36 0.0035) ("characters" 3009 36 0.0035) ("substantially" 3010 36 0.0035) ("worship" 3011 36 0.0035) ("visitors" 3012 36 0.0035) ("desirable" 3013 36 0.0035) ("conclusions" 3014 36 0.0035) ("you'd" 3015 36 0.0035) ("patients" 3016 36 0.0035) ("hurry" 3017 36 0.0035) ("spanish" 3018 36 0.0035) ("shadow" 3019 36 0.0035) ("stored" 3020 36 0.0035) ("beings" 3021 36 0.0035) ("columns" 3022 36 0.0035) ("scientists" 3023 36 0.0035) ("dressed" 3024 36 0.0035) ("similarly" 3025 36 0.0035) ("host" 3026 36 0.0035) ("accuracy" 3027 36 0.0035) ("variable" 3028 36 0.0035) ("smiling" 3029 36 0.0035) ("symbols" 3030 36 0.0035) ("forty" 3031 36 0.0035) ("ratio" 3032 36 0.0035) ("coating" 3033 36 0.0035) ("dirty" 3034 36 0.0035) ("binomial" 3035 36 0.0035) ("over" 3036 -all 35 0.0034) ("atlanta" 3037 35 0.0034) ("urged" 3038 35 0.0034) ("counties" 3039 35 0.0034) ("sept" 3040 35 0.0034) ("wednesday" 3041 35 0.0034) ("meanwhile" 3042 35 0.0034) ("harry" 3043 35 0.0034) ("revenue" 3044 35 0.0034) ("sounded" 3045 35 0.0034) ("clark" 3046 35 0.0034) ("bench" 3047 35 0.0034) ("latest" 3048 35 0.0034) ("nationalism" 3049 35 0.0034) ("crime" 3050 35 0.0034) ("vehicle" 3051 35 0.0034) ("stores" 3052 35 0.0034) ("retired" 3053 35 0.0034) ("lumber" 3054 35 0.0034) ("preserve" 3055 35 0.0034) ("sympathetic" 3056 35 0.0034) ("returning" 3057 35 0.0034) ("virgin" 3058 35 0.0034) ("row" 3059 35 0.0034) ("performed" 3060 35 0.0034) ("knee" 3061 35 0.0034) ("claimed" 3062 35 0.0034) ("world's" 3063 35 0.0034) ("pat" 3064 35 0.0034) ("jumped" 3065 35 0.0034) ("jane" 3066 35 0.0034) ("bombs" 3067 35 0.0034) ("stanley" 3068 35 0.0034) ("affect" 3069 35 0.0034) ("roll" 3070 35 0.0034) ("grade" 3071 35 0.0034) ("engineers" 3072 35 0.0034) ("tape" 3073 35 0.0034) ("eggs" 3074 35 0.0034) ("fruit" 3075 35 0.0034) ("sciences" 3076 35 0.0034) ("installed" 3077 35 0.0034) ("yield" 3078 35 0.0034) ("presently" 3079 35 0.0034) ("routine" 3080 35 0.0034) ("output" 3081 35 0.0034) ("adjustment" 3082 35 0.0034) ("dignity" 3083 35 0.0034) ("height" 3084 35 0.0034) ("calm" 3085 35 0.0034) ("isolated" 3086 35 0.0034) ("washed" 3087 35 0.0034) ("accurate" 3088 35 0.0034) ("producing" 3089 35 0.0034) ("prepare" 3090 35 0.0034) ("instructions" 3091 35 0.0034) ("phenomenon" 3092 35 0.0034) ("tongue" 3093 35 0.0034) ("waste" 3094 35 0.0034) ("symbolic" 3095 35 0.0034) ("disappeared" 3096 35 0.0034) ("calculated" 3097 35 0.0034) ("fish" 3098 35 0.0034) ("context" 3099 35 0.0034) ("myth" 3100 35 0.0034) ("worried" 3101 35 0.0034) ("patent" 3102 35 0.0034) ("sequence" 3103 35 0.0034) ("matsuo" 3104 35 0.0034) ("protect" 3105 34 0.0033) ("candidate" 3106 34 0.0033) ("alternative" 3107 34 0.0033) ("shortly" 3108 34 0.0033) ("smell" 3109 34 0.0033) ("dispute" 3110 34 0.0033) ("sending" 3111 34 0.0033) ("senior" 3112 34 0.0033) ("receiving" 3113 34 0.0033) ("tied" 3114 34 0.0033) ("presidential" 3115 34 0.0033) ("genuine" 3116 34 0.0033) ("facing" 3117 34 0.0033) ("canada" 3118 34 0.0033) ("raising" 3119 34 0.0033) ("harvard" 3120 34 0.0033) ("exposed" 3121 34 0.0033) ("clerk" 3122 34 0.0033) ("suggestion" 3123 34 0.0033) ("blame" 3124 34 0.0033) ("financing" 3125 34 0.0033) ("bigger" 3126 34 0.0033) ("reporters" 3127 34 0.0033) ("johnson" 3128 34 0.0033) ("badly" 3129 34 0.0033) ("currently" 3130 34 0.0033) ("samuel" 3131 34 0.0033) ("sentence" 3132 34 0.0033) ("lee" 3133 34 0.0033) ("realistic" 3134 34 0.0033) ("net" 3135 34 0.0033) ("golf" 3136 34 0.0033) ("we've" 3137 34 0.0033) ("arrangement" 3138 34 0.0033) ("logical" 3139 34 0.0033) ("owned" 3140 34 0.0033) ("metropolitan" 3141 34 0.0033) ("worst" 3142 34 0.0033) ("bus" 3143 34 0.0033) ("folk" 3144 34 0.0033) ("sing" 3145 34 0.0033) ("beer" 3146 34 0.0033) ("roles" 3147 34 0.0033) ("tells" 3148 34 0.0033) ("crazy" 3149 34 0.0033) ("sugar" 3150 34 0.0033) ("duties" 3151 34 0.0033) ("decades" 3152 34 0.0033) ("vary" 3153 34 0.0033) ("visible" 3154 34 0.0033) ("emotion" 3155 34 0.0033) ("seldom" 3156 34 0.0033) ("swept" 3157 34 0.0033) ("suitable" 3158 34 0.0033) ("hunting" 3159 34 0.0033) ("italy" 3160 34 0.0033) ("lists" 3161 34 0.0033) ("corn" 3162 34 0.0033) ("mechanical" 3163 34 0.0033) ("quarter" 3164 34 0.0033) ("mistake" 3165 34 0.0033) ("returns" 3166 34 0.0033) ("frequent" 3167 34 0.0033) ("ocean" 3168 34 0.0033) ("catholics" 3169 34 0.0033) ("phrase" 3170 34 0.0033) ("fallen" 3171 34 0.0033) ("tears" 3172 34 0.0033) ("consequences" 3173 34 0.0033) ("dying" 3174 34 0.0033) ("openly" 3175 34 0.0033) ("bent" 3176 34 0.0033) ("tools" 3177 34 0.0033) ("tends" 3178 34 0.0033) ("sad" 3179 34 0.0033) ("reasonably" 3180 34 0.0033) ("findings" 3181 34 0.0033) ("divine" 3182 34 0.0033) ("stretched" 3183 34 0.0033) ("abstract" 3184 34 0.0033) ("keys" 3185 34 0.0033) ("measurement" 3186 34 0.0033) ("pencil" 3187 34 0.0033) ("damn" 3188 34 0.0033) ("elected" 3189 33 0.0032) ("filed" 3190 33 0.0032) ("williams" 3191 33 0.0032) ("succeeded" 3192 33 0.0032) ("rejected" 3193 33 0.0032) ("thursday" 3194 33 0.0032) ("missing" 3195 33 0.0032) ("gift" 3196 33 0.0032) ("favorable" 3197 33 0.0032) ("guilt" 3198 33 0.0032) ("involving" 3199 33 0.0032) ("benefits" 3200 33 0.0032) ("matching" 3201 33 0.0032) ("fate" 3202 33 0.0032) ("affair" 3203 33 0.0032) ("fewer" 3204 33 0.0032) ("naval" 3205 33 0.0032) ("prince" 3206 33 0.0032) ("stems" 3207 33 0.0032) ("examine" 3208 33 0.0032) ("advised" 3209 33 0.0032) ("charter" 3210 33 0.0032) ("presentation" 3211 33 0.0032) ("campus" 3212 33 0.0032) ("interview" 3213 33 0.0032) ("owner" 3214 33 0.0032) ("classical" 3215 33 0.0032) ("branches" 3216 33 0.0032) ("admission" 3217 33 0.0032) ("harmony" 3218 33 0.0032) ("determining" 3219 33 0.0032) ("accident" 3220 33 0.0032) ("strictly" 3221 33 0.0032) ("rev" 3222 33 0.0032) ("blow" 3223 33 0.0032) ("andy" 3224 33 0.0032) ("unfortunately" 3225 33 0.0032) ("damage" 3226 33 0.0032) ("rice" 3227 33 0.0032) ("performances" 3228 33 0.0032) ("drill" 3229 33 0.0032) ("leads" 3230 33 0.0032) ("indians" 3231 33 0.0032) ("fly" 3232 33 0.0032) ("branch" 3233 33 0.0032) ("lunch" 3234 33 0.0032) ("thereby" 3235 33 0.0032) ("bride" 3236 33 0.0032) ("artistic" 3237 33 0.0032) ("nights" 3238 33 0.0032) ("presents" 3239 33 0.0032) ("jacket" 3240 33 0.0032) ("attempted" 3241 33 0.0032) ("parked" 3242 33 0.0032) ("survive" 3243 33 0.0032) ("funeral" 3244 33 0.0032) ("alert" 3245 33 0.0032) ("massive" 3246 33 0.0032) ("violent" 3247 33 0.0032) ("burst" 3248 33 0.0032) ("dealers" 3249 33 0.0032) ("adjusted" 3250 33 0.0032) ("symphony" 3251 33 0.0032) ("substance" 3252 33 0.0032) ("child's" 3253 33 0.0032) ("precise" 3254 33 0.0032) ("inevitable" 3255 33 0.0032) ("grave" 3256 33 0.0032) ("demonstrated" 3257 33 0.0032) ("equation" 3258 33 0.0032) ("scheme" 3259 33 0.0032) ("namely" 3260 33 0.0032) ("connected" 3261 33 0.0032) ("suffer" 3262 33 0.0032) ("tragic" 3263 33 0.0032) ("falling" 3264 33 0.0032) ("rector" 3265 33 0.0032) ("poland" 3266 33 0.0032) ("quantity" 3267 33 0.0032) ("bone" 3268 33 0.0032) ("prokofieff" 3269 33 0.0032) ("healthy" 3270 33 0.0032) ("mountain" 3271 33 0.0032) ("slavery" 3272 33 0.0032) ("chlorine" 3273 33 0.0032) ("thermal" 3274 33 0.0032) ("pathology" 3275 33 0.0032) ("jess" 3276 33 0.0032) ("inadequate" 3277 32 0.0031) ("lacking" 3278 32 0.0031) ("elaborate" 3279 32 0.0031) ("howard" 3280 32 0.0031) ("debate" 3281 32 0.0031) ("shouting" 3282 32 0.0031) ("so" 3283 -called 32 0.0031) ("discussions" 3284 32 0.0031) ("spots" 3285 32 0.0031) ("castro" 3286 32 0.0031) ("gesture" 3287 32 0.0031) ("concluded" 3288 32 0.0031) ("falls" 3289 32 0.0031) ("factory" 3290 32 0.0031) ("awareness" 3291 32 0.0031) ("partner" 3292 32 0.0031) ("long" 3293 -term 32 0.0031) ("loans" 3294 32 0.0031) ("universities" 3295 32 0.0031) ("remarked" 3296 32 0.0031) ("transition" 3297 32 0.0031) ("effectiveness" 3298 32 0.0031) ("depending" 3299 32 0.0031) ("covering" 3300 32 0.0031) ("harold" 3301 32 0.0031) ("temporary" 3302 32 0.0031) ("we'd" 3303 32 0.0031) ("mills" 3304 32 0.0031) ("pound" 3305 32 0.0031) ("kids" 3306 32 0.0031) ("mud" 3307 32 0.0031) ("heading" 3308 32 0.0031) ("van" 3309 32 0.0031) ("romantic" 3310 32 0.0031) ("wedding" 3311 32 0.0031) ("dancers" 3312 32 0.0031) ("they'll" 3313 32 0.0031) ("eastern" 3314 32 0.0031) ("juniors" 3315 32 0.0031) ("salvation" 3316 32 0.0031) ("covers" 3317 32 0.0031) ("excitement" 3318 32 0.0031) ("household" 3319 32 0.0031) ("pa" 3320 32 0.0031) ("promote" 3321 32 0.0031) ("collective" 3322 32 0.0031) ("efficient" 3323 32 0.0031) ("missiles" 3324 32 0.0031) ("survival" 3325 32 0.0031) ("fishing" 3326 32 0.0031) ("museum" 3327 32 0.0031) ("variation" 3328 32 0.0031) ("chandler" 3329 32 0.0031) ("beef" 3330 32 0.0031) ("stuff" 3331 32 0.0031) ("poets" 3332 32 0.0031) ("gathered" 3333 32 0.0031) ("remote" 3334 32 0.0031) ("confronted" 3335 32 0.0031) ("russians" 3336 32 0.0031) ("testing" 3337 32 0.0031) ("initiative" 3338 32 0.0031) ("eating" 3339 32 0.0031) ("coal" 3340 32 0.0031) ("cooking" 3341 32 0.0031) ("swift" 3342 32 0.0031) ("slipped" 3343 32 0.0031) ("weak" 3344 32 0.0031) ("courage" 3345 32 0.0031) ("reflection" 3346 32 0.0031) ("circles" 3347 32 0.0031) ("conception" 3348 32 0.0031) ("gardens" 3349 32 0.0031) ("crowded" 3350 32 0.0031) ("naked" 3351 32 0.0031) ("farther" 3352 32 0.0031) ("electronics" 3353 32 0.0031) ("plastics" 3354 32 0.0031) ("gorton" 3355 32 0.0031) ("skywave" 3356 32 0.0031) ("emission" 3357 32 0.0031) ("scotty" 3358 32 0.0031) ("curt" 3359 32 0.0031) ("protected" 3360 31 0.0031) ("starts" 3361 31 0.0031) ("tossed" 3362 31 0.0031) ("conservative" 3363 31 0.0031) ("sponsored" 3364 31 0.0031) ("reducing" 3365 31 0.0031) ("ruled" 3366 31 0.0031) ("finance" 3367 31 0.0031) ("allowing" 3368 31 0.0031) ("doctors" 3369 31 0.0031) ("mainly" 3370 31 0.0031) ("territory" 3371 31 0.0031) ("extraordinary" 3372 31 0.0031) ("enterprise" 3373 31 0.0031) ("remark" 3374 31 0.0031) ("panel" 3375 31 0.0031) ("islands" 3376 31 0.0031) ("consequently" 3377 31 0.0031) ("defeat" 3378 31 0.0031) ("involve" 3379 31 0.0031) ("kansas" 3380 31 0.0031) ("knocked" 3381 31 0.0031) ("identical" 3382 31 0.0031) ("mature" 3383 31 0.0031) ("winning" 3384 31 0.0031) ("checked" 3385 31 0.0031) ("bird" 3386 31 0.0031) ("seventh" 3387 31 0.0031) ("dave" 3388 31 0.0031) ("barely" 3389 31 0.0031) ("helps" 3390 31 0.0031) ("he'll" 3391 31 0.0031) ("movies" 3392 31 0.0031) ("dancer" 3393 31 0.0031) ("pacific" 3394 31 0.0031) ("et" 3395 31 0.0031) ("secondary" 3396 31 0.0031) ("strain" 3397 31 0.0031) ("fourteen" 3398 31 0.0031) ("ending" 3399 31 0.0031) ("letting" 3400 31 0.0031) ("successfully" 3401 31 0.0031) ("fallout" 3402 31 0.0031) ("studio" 3403 31 0.0031) ("maid" 3404 31 0.0031) ("decline" 3405 31 0.0031) ("recording" 3406 31 0.0031) ("parking" 3407 31 0.0031) ("structures" 3408 31 0.0031) ("selling" 3409 31 0.0031) ("colored" 3410 31 0.0031) ("competitive" 3411 31 0.0031) ("lightly" 3412 31 0.0031) ("trail" 3413 31 0.0031) ("tube" 3414 31 0.0031) ("christianity" 3415 31 0.0031) ("poetic" 3416 31 0.0031) ("films" 3417 31 0.0031) ("gallery" 3418 31 0.0031) ("troubled" 3419 31 0.0031) ("muscles" 3420 31 0.0031) ("extend" 3421 31 0.0031) ("outer" 3422 31 0.0031) ("markets" 3423 31 0.0031) ("respectively" 3424 31 0.0031) ("softly" 3425 31 0.0031) ("shock" 3426 31 0.0031) ("horn" 3427 31 0.0031) ("invariably" 3428 31 0.0031) ("ceiling" 3429 31 0.0031) ("articles" 3430 31 0.0031) ("considerations" 3431 31 0.0031) ("perfectly" 3432 31 0.0031) ("carbon" 3433 31 0.0031) ("counter" 3434 31 0.0031) ("pages" 3435 31 0.0031) ("composer" 3436 31 0.0031) ("frequencies" 3437 31 0.0031) ("accordingly" 3438 31 0.0031) ("plastic" 3439 31 0.0031) ("locking" 3440 31 0.0031) ("gently" 3441 31 0.0031) ("basement" 3442 31 0.0031) ("evaluation" 3443 31 0.0031) ("saline" 3444 31 0.0031) ("widespread" 3445 30 0.0030) ("republicans" 3446 30 0.0030) ("sen" 3447 30 0.0030) ("voting" 3448 30 0.0030) ("felix" 3449 30 0.0030) ("representing" 3450 30 0.0030) ("worker" 3451 30 0.0030) ("medicine" 3452 30 0.0030) ("absolute" 3453 30 0.0030) ("allies" 3454 30 0.0030) ("directions" 3455 30 0.0030) ("reform" 3456 30 0.0030) ("instances" 3457 30 0.0030) ("expert" 3458 30 0.0030) ("sheets" 3459 30 0.0030) ("replace" 3460 30 0.0030) ("gay" 3461 30 0.0030) ("split" 3462 30 0.0030) ("suspect" 3463 30 0.0030) ("graduate" 3464 30 0.0030) ("fence" 3465 30 0.0030) ("yankees" 3466 30 0.0030) ("players" 3467 30 0.0030) ("suspended" 3468 30 0.0030) ("franklin" 3469 30 0.0030) ("louisiana" 3470 30 0.0030) ("lane" 3471 30 0.0030) ("sacrifice" 3472 30 0.0030) ("network" 3473 30 0.0030) ("johnny" 3474 30 0.0030) ("eddie" 3475 30 0.0030) ("dates" 3476 30 0.0030) ("cuts" 3477 30 0.0030) ("reveal" 3478 30 0.0030) ("nowhere" 3479 30 0.0030) ("comments" 3480 30 0.0030) ("locked" 3481 30 0.0030) ("ranging" 3482 30 0.0030) ("controls" 3483 30 0.0030) ("strip" 3484 30 0.0030) ("alex" 3485 30 0.0030) ("excessive" 3486 30 0.0030) ("buying" 3487 30 0.0030) ("grain" 3488 30 0.0030) ("associations" 3489 30 0.0030) ("they'd" 3490 30 0.0030) ("era" 3491 30 0.0030) ("virtue" 3492 30 0.0030) ("dreams" 3493 30 0.0030) ("secure" 3494 30 0.0030) ("sharpe" 3495 30 0.0030) ("impressed" 3496 30 0.0030) ("historian" 3497 30 0.0030) ("listened" 3498 30 0.0030) ("crucial" 3499 30 0.0030) ("propaganda" 3500 30 0.0030) ("eg" 3501 30 0.0030) ("deliberately" 3502 30 0.0030) ("measuring" 3503 30 0.0030) ("hoping" 3504 30 0.0030) ("surprising" 3505 30 0.0030) ("complicated" 3506 30 0.0030) ("occurrence" 3507 30 0.0030) ("preceding" 3508 30 0.0030) ("skilled" 3509 30 0.0030) ("density" 3510 30 0.0030) ("radical" 3511 30 0.0030) ("citizen" 3512 30 0.0030) ("slave" 3513 30 0.0030) ("altogether" 3514 30 0.0030) ("purely" 3515 30 0.0030) ("frontier" 3516 30 0.0030) ("dimensions" 3517 30 0.0030) ("root" 3518 30 0.0030) ("blanket" 3519 30 0.0030) ("encountered" 3520 30 0.0030) ("consequence" 3521 30 0.0030) ("consciousness" 3522 30 0.0030) ("flux" 3523 30 0.0030) ("shakespeare" 3524 30 0.0030) ("cried" 3525 30 0.0030) ("mixture" 3526 30 0.0030) ("asleep" 3527 30 0.0030) ("electron" 3528 30 0.0030) ("concentrated" 3529 30 0.0030) ("meal" 3530 30 0.0030) ("stable" 3531 30 0.0030) ("grinned" 3532 30 0.0030) ("unconscious" 3533 30 0.0030) ("dartmouth" 3534 30 0.0030) ("sovereign" 3535 30 0.0030) ("miriam" 3536 30 0.0030) ("woodruff" 3537 30 0.0030) ("fees" 3538 29 0.0029) ("divorce" 3539 29 0.0029) ("davis" 3540 29 0.0029) ("hughes" 3541 29 0.0029) ("sherman" 3542 29 0.0029) ("argued" 3543 29 0.0029) ("harris" 3544 29 0.0029) ("tea" 3545 29 0.0029) ("extending" 3546 29 0.0029) ("utility" 3547 29 0.0029) ("lieutenant" 3548 29 0.0029) ("proposals" 3549 29 0.0029) ("questioned" 3550 29 0.0029) ("modest" 3551 29 0.0029) ("contributions" 3552 29 0.0029) ("mighty" 3553 29 0.0029) ("ignored" 3554 29 0.0029) ("morse" 3555 29 0.0029) ("allied" 3556 29 0.0029) ("perform" 3557 29 0.0029) ("transferred" 3558 29 0.0029) ("false" 3559 29 0.0029) ("guilty" 3560 29 0.0029) ("merit" 3561 29 0.0029) ("ethical" 3562 29 0.0029) ("recovery" 3563 29 0.0029) ("sons" 3564 29 0.0029) ("builders" 3565 29 0.0029) ("builder" 3566 29 0.0029) ("oct" 3567 29 0.0029) ("threatened" 3568 29 0.0029) ("mothers" 3569 29 0.0029) ("testament" 3570 29 0.0029) ("volunteers" 3571 29 0.0029) ("ann" 3572 29 0.0029) ("mickey" 3573 29 0.0029) ("silver" 3574 29 0.0029) ("belt" 3575 29 0.0029) ("shots" 3576 29 0.0029) ("trips" 3577 29 0.0029) ("exciting" 3578 29 0.0029) ("entertainment" 3579 29 0.0029) ("movie" 3580 29 0.0029) ("albert" 3581 29 0.0029) ("dc" 3582 29 0.0029) ("tasks" 3583 29 0.0029) ("unions" 3584 29 0.0029) ("encouraged" 3585 29 0.0029) ("suburban" 3586 29 0.0029) ("signals" 3587 29 0.0029) ("barn" 3588 29 0.0029) ("sewage" 3589 29 0.0029) ("jet" 3590 29 0.0029) ("drying" 3591 29 0.0029) ("lesson" 3592 29 0.0029) ("furnish" 3593 29 0.0029) ("creating" 3594 29 0.0029) ("morality" 3595 29 0.0029) ("fabrics" 3596 29 0.0029) ("stars" 3597 29 0.0029) ("residence" 3598 29 0.0029) ("delight" 3599 29 0.0029) ("theatre" 3600 29 0.0029) ("subsequent" 3601 29 0.0029) ("jurisdiction" 3602 29 0.0029) ("poured" 3603 29 0.0029) ("vigorous" 3604 29 0.0029) ("argue" 3605 29 0.0029) ("applying" 3606 29 0.0029) ("prestige" 3607 29 0.0029) ("bare" 3608 29 0.0029) ("sang" 3609 29 0.0029) ("helpful" 3610 29 0.0029) ("precious" 3611 29 0.0029) ("constitute" 3612 29 0.0029) ("magnitude" 3613 29 0.0029) ("solutions" 3614 29 0.0029) ("lighted" 3615 29 0.0029) ("suggests" 3616 29 0.0029) ("shapes" 3617 29 0.0029) ("anxious" 3618 29 0.0029) ("glasses" 3619 29 0.0029) ("cow" 3620 29 0.0029) ("apparatus" 3621 29 0.0029) ("scenes" 3622 29 0.0029) ("petitioner" 3623 29 0.0029) ("eternal" 3624 29 0.0029) ("shorts" 3625 29 0.0029) ("proportion" 3626 29 0.0029) ("regulations" 3627 29 0.0029) ("reminded" 3628 29 0.0029) ("ecumenical" 3629 29 0.0029) ("samples" 3630 29 0.0029) ("commonly" 3631 29 0.0029) ("ear" 3632 29 0.0029) ("pressed" 3633 29 0.0029) ("perception" 3634 29 0.0029) ("examination" 3635 29 0.0029) ("stem" 3636 29 0.0029) ("carleton" 3637 29 0.0029) ("bronchial" 3638 29 0.0029) ("brannon" 3639 29 0.0029) ("appointment" 3640 28 0.0028) ("enthusiasm" 3641 28 0.0028) ("newly" 3642 28 0.0028) ("calendar" 3643 28 0.0028) ("absent" 3644 28 0.0028) ("innocence" 3645 28 0.0028) ("president's" 3646 28 0.0028) ("meetings" 3647 28 0.0028) ("diplomatic" 3648 28 0.0028) ("southeast" 3649 28 0.0028) ("specified" 3650 28 0.0028) ("profit" 3651 28 0.0028) ("municipal" 3652 28 0.0028) ("demonstrate" 3653 28 0.0028) ("gathering" 3654 28 0.0028) ("exclusive" 3655 28 0.0028) ("brooklyn" 3656 28 0.0028) ("irish" 3657 28 0.0028) ("encounter" 3658 28 0.0028) ("expanding" 3659 28 0.0028) ("losing" 3660 28 0.0028) ("formerly" 3661 28 0.0028) ("compare" 3662 28 0.0028) ("examined" 3663 28 0.0028) ("roosevelt" 3664 28 0.0028) ("arise" 3665 28 0.0028) ("prize" 3666 28 0.0028) ("wound" 3667 28 0.0028) ("hal" 3668 28 0.0028) ("talents" 3669 28 0.0028) ("african" 3670 28 0.0028) ("santa" 3671 28 0.0028) ("dining" 3672 28 0.0028) ("journey" 3673 28 0.0028) ("freight" 3674 28 0.0028) ("maintaining" 3675 28 0.0028) ("designs" 3676 28 0.0028) ("marks" 3677 28 0.0028) ("promptly" 3678 28 0.0028) ("witness" 3679 28 0.0028) ("fled" 3680 28 0.0028) ("cloud" 3681 28 0.0028) ("upstairs" 3682 28 0.0028) ("dawn" 3683 28 0.0028) ("commander" 3684 28 0.0028) ("communications" 3685 28 0.0028) ("quarters" 3686 28 0.0028) ("rendered" 3687 28 0.0028) ("convention" 3688 28 0.0028) ("mechanism" 3689 28 0.0028) ("surfaces" 3690 28 0.0028) ("satisfaction" 3691 28 0.0028) ("offering" 3692 28 0.0028) ("tons" 3693 28 0.0028) ("closing" 3694 28 0.0028) ("colony" 3695 28 0.0028) ("warmth" 3696 28 0.0028) ("shade" 3697 28 0.0028) ("discuss" 3698 28 0.0028) ("paused" 3699 28 0.0028) ("folklore" 3700 28 0.0028) ("tight" 3701 28 0.0028) ("sand" 3702 28 0.0028) ("happening" 3703 28 0.0028) ("textile" 3704 28 0.0028) ("mines" 3705 28 0.0028) ("libraries" 3706 28 0.0028) ("limitations" 3707 28 0.0028) ("advantages" 3708 28 0.0028) ("sovereignty" 3709 28 0.0028) ("humanity" 3710 28 0.0028) ("prayer" 3711 28 0.0028) ("hanging" 3712 28 0.0028) ("cure" 3713 28 0.0028) ("consistent" 3714 28 0.0028) ("clarity" 3715 28 0.0028) ("judgments" 3716 28 0.0028) ("verse" 3717 28 0.0028) ("gentleman" 3718 28 0.0028) ("committed" 3719 28 0.0028) ("passion" 3720 28 0.0028) ("pot" 3721 28 0.0028) ("laugh" 3722 28 0.0028) ("sensitivity" 3723 28 0.0028) ("worthy" 3724 28 0.0028) ("dried" 3725 28 0.0028) ("hated" 3726 28 0.0028) ("bullet" 3727 28 0.0028) ("stained" 3728 28 0.0028) ("drugs" 3729 28 0.0028) ("powder" 3730 28 0.0028) ("sergeant" 3731 28 0.0028) ("optimal" 3732 28 0.0028) ("polynomial" 3733 28 0.0028) ("ramey" 3734 28 0.0028) ("operated" 3735 27 0.0027) ("weekend" 3736 27 0.0027) ("responses" 3737 27 0.0027) ("voted" 3738 27 0.0027) ("veteran" 3739 27 0.0027) ("pistol" 3740 27 0.0027) ("permits" 3741 27 0.0027) ("requirement" 3742 27 0.0027) ("acquire" 3743 27 0.0027) ("marshall" 3744 27 0.0027) ("prefer" 3745 27 0.0027) ("prevention" 3746 27 0.0027) ("aids" 3747 27 0.0027) ("absolutely" 3748 27 0.0027) ("placing" 3749 27 0.0027) ("scattered" 3750 27 0.0027) ("critics" 3751 27 0.0027) ("profound" 3752 27 0.0027) ("wherever" 3753 27 0.0027) ("insist" 3754 27 0.0027) ("shopping" 3755 27 0.0027) ("exact" 3756 27 0.0027) ("women's" 3757 27 0.0027) ("surplus" 3758 27 0.0027) ("publicly" 3759 27 0.0027) ("combat" 3760 27 0.0027) ("reorganization" 3761 27 0.0027) ("victim" 3762 27 0.0027) ("ours" 3763 27 0.0027) ("al" 3764 27 0.0027) ("surrounding" 3765 27 0.0027) ("flew" 3766 27 0.0027) ("injury" 3767 27 0.0027) ("magnificent" 3768 27 0.0027) ("passes" 3769 27 0.0027) ("dan" 3770 27 0.0027) ("permission" 3771 27 0.0027) ("eager" 3772 27 0.0027) ("rushed" 3773 27 0.0027) ("christmas" 3774 27 0.0027) ("publicity" 3775 27 0.0027) ("festival" 3776 27 0.0027) ("suite" 3777 27 0.0027) ("reputation" 3778 27 0.0027) ("delaware" 3779 27 0.0027) ("greenwich" 3780 27 0.0027) ("clayton" 3781 27 0.0027) ("submarine" 3782 27 0.0027) ("suspicion" 3783 27 0.0027) ("fred" 3784 27 0.0027) ("approaching" 3785 27 0.0027) ("trustees" 3786 27 0.0027) ("literally" 3787 27 0.0027) ("distributed" 3788 27 0.0027) ("jefferson" 3789 27 0.0027) ("company's" 3790 27 0.0027) ("newport" 3791 27 0.0027) ("enemies" 3792 27 0.0027) ("restrictions" 3793 27 0.0027) ("wings" 3794 27 0.0027) ("reserved" 3795 27 0.0027) ("upward" 3796 27 0.0027) ("dull" 3797 27 0.0027) ("ranch" 3798 27 0.0027) ("butter" 3799 27 0.0027) ("mirror" 3800 27 0.0027) ("marriages" 3801 27 0.0027) ("refer" 3802 27 0.0027) ("utterly" 3803 27 0.0027) ("peculiar" 3804 27 0.0027) ("cap" 3805 27 0.0027) ("consisting" 3806 27 0.0027) ("horizon" 3807 27 0.0027) ("define" 3808 27 0.0027) ("delicate" 3809 27 0.0027) ("scope" 3810 27 0.0027) ("seconds" 3811 27 0.0027) ("scholars" 3812 27 0.0027) ("chin" 3813 27 0.0027) ("friendship" 3814 27 0.0027) ("excuse" 3815 27 0.0027) ("customer" 3816 27 0.0027) ("germans" 3817 27 0.0027) ("concepts" 3818 27 0.0027) ("outdoor" 3819 27 0.0027) ("occurs" 3820 27 0.0027) ("imagined" 3821 27 0.0027) ("discipline" 3822 27 0.0027) ("supporting" 3823 27 0.0027) ("shoot" 3824 27 0.0027) ("conceived" 3825 27 0.0027) ("observation" 3826 27 0.0027) ("roots" 3827 27 0.0027) ("gentle" 3828 27 0.0027) ("prevented" 3829 27 0.0027) ("theological" 3830 27 0.0027) ("minimal" 3831 27 0.0027) ("frozen" 3832 27 0.0027) ("holder" 3833 27 0.0027) ("laughing" 3834 27 0.0027) ("traders" 3835 27 0.0027) ("oral" 3836 27 0.0027) ("clinical" 3837 27 0.0027) ("shirt" 3838 27 0.0027) ("slept" 3839 27 0.0027) ("julia" 3840 27 0.0027) ("fiber" 3841 27 0.0027) ("pursuant" 3842 27 0.0027) ("hr" 3843 27 0.0027) ("pulmonary" 3844 27 0.0027) ("myra" 3845 27 0.0027) ("shayne" 3846 27 0.0027) ("cady" 3847 27 0.0027) ("eliminate" 3848 26 0.0026) ("settlement" 3849 26 0.0026) ("sessions" 3850 26 0.0026) ("controversy" 3851 26 0.0026) ("intelligent" 3852 26 0.0026) ("paying" 3853 26 0.0026) ("retirement" 3854 26 0.0026) ("kennedy's" 3855 26 0.0026) ("mutual" 3856 26 0.0026) ("climate" 3857 26 0.0026) ("nato" 3858 26 0.0026) ("outcome" 3859 26 0.0026) ("establishing" 3860 26 0.0026) ("assist" 3861 26 0.0026) ("part" 3862 -time 26 0.0026) ("released" 3863 26 0.0026) ("liberals" 3864 26 0.0026) ("handled" 3865 26 0.0026) ("sixth" 3866 26 0.0026) ("mitchell" 3867 26 0.0026) ("unhappy" 3868 26 0.0026) ("desperate" 3869 26 0.0026) ("pointing" 3870 26 0.0026) ("premier" 3871 26 0.0026) ("kingdom" 3872 26 0.0026) ("promotion" 3873 26 0.0026) ("revenues" 3874 26 0.0026) ("widow" 3875 26 0.0026) ("bridges" 3876 26 0.0026) ("threatening" 3877 26 0.0026) ("disaster" 3878 26 0.0026) ("frames" 3879 26 0.0026) ("contest" 3880 26 0.0026) ("stretch" 3881 26 0.0026) ("billy" 3882 26 0.0026) ("bears" 3883 26 0.0026) ("quoted" 3884 26 0.0026) ("entry" 3885 26 0.0026) ("inherent" 3886 26 0.0026) ("recalled" 3887 26 0.0026) ("overcome" 3888 26 0.0026) ("concerts" 3889 26 0.0026) ("storm" 3890 26 0.0026) ("cellar" 3891 26 0.0026) ("bath" 3892 26 0.0026) ("temperatures" 3893 26 0.0026) ("eileen" 3894 26 0.0026) ("mount" 3895 26 0.0026) ("register" 3896 26 0.0026) ("gear" 3897 26 0.0026) ("electricity" 3898 26 0.0026) ("meals" 3899 26 0.0026) ("treat" 3900 26 0.0026) ("planes" 3901 26 0.0026) ("stockholders" 3902 26 0.0026) ("landing" 3903 26 0.0026) ("card" 3904 26 0.0026) ("instruction" 3905 26 0.0026) ("justify" 3906 26 0.0026) ("invited" 3907 26 0.0026) ("exceptions" 3908 26 0.0026) ("sophisticated" 3909 26 0.0026) ("charm" 3910 26 0.0026) ("appreciate" 3911 26 0.0026) ("lively" 3912 26 0.0026) ("hang" 3913 26 0.0026) ("instruments" 3914 26 0.0026) ("delightful" 3915 26 0.0026) ("acquired" 3916 26 0.0026) ("preferred" 3917 26 0.0026) ("anti" 3918 -trust 26 0.0026) ("southerners" 3919 26 0.0026) ("legend" 3920 26 0.0026) ("wars" 3921 26 0.0026) ("coolidge" 3922 26 0.0026) ("peaceful" 3923 26 0.0026) ("repeat" 3924 26 0.0026) ("trembling" 3925 26 0.0026) ("emerged" 3926 26 0.0026) ("disturbed" 3927 26 0.0026) ("feeding" 3928 26 0.0026) ("perspective" 3929 26 0.0026) ("philosophical" 3930 26 0.0026) ("mysterious" 3931 26 0.0026) ("arlene" 3932 26 0.0026) ("sarah" 3933 26 0.0026) ("frightened" 3934 26 0.0026) ("switches" 3935 26 0.0026) ("identify" 3936 26 0.0026) ("phenomena" 3937 26 0.0026) ("beard" 3938 26 0.0026) ("zen" 3939 26 0.0026) ("jew" 3940 26 0.0026) ("aesthetic" 3941 26 0.0026) ("velocity" 3942 26 0.0026) ("ft" 3943 26 0.0026) ("staring" 3944 26 0.0026) ("cavalry" 3945 26 0.0026) ("palfrey" 3946 26 0.0026) ("variables" 3947 26 0.0026) ("patchen" 3948 26 0.0026) ("snakes" 3949 26 0.0026) ("tangent" 3950 26 0.0026) ("johnnie" 3951 26 0.0026) ("urethane" 3952 26 0.0026) ("gyro" 3953 26 0.0026) ("ekstrohm" 3954 26 0.0026) ("helva" 3955 26 0.0026) ("greg" 3956 26 0.0026) ("departments" 3957 25 0.0025) ("aug" 3958 25 0.0025) ("allowances" 3959 25 0.0025) ("constitutional" 3960 25 0.0025) ("abandoned" 3961 25 0.0025) ("recommend" 3962 25 0.0025) ("corporations" 3963 25 0.0025) ("houston" 3964 25 0.0025) ("owen" 3965 25 0.0025) ("racial" 3966 25 0.0025) ("viewed" 3967 25 0.0025) ("composition" 3968 25 0.0025) ("ward" 3969 25 0.0025) ("nixon" 3970 25 0.0025) ("intervals" 3971 25 0.0025) ("bearing" 3972 25 0.0025) ("cocktail" 3973 25 0.0025) ("jersey" 3974 25 0.0025) ("succession" 3975 25 0.0025) ("attracted" 3976 25 0.0025) ("accused" 3977 25 0.0025) ("parade" 3978 25 0.0025) ("dilemma" 3979 25 0.0025) ("prospect" 3980 25 0.0025) ("eugene" 3981 25 0.0025) ("torn" 3982 25 0.0025) ("critic" 3983 25 0.0025) ("noon" 3984 25 0.0025) ("inspired" 3985 25 0.0025) ("stadium" 3986 25 0.0025) ("probable" 3987 25 0.0025) ("delayed" 3988 25 0.0025) ("nick" 3989 25 0.0025) ("productive" 3990 25 0.0025) ("star" 3991 25 0.0025) ("pack" 3992 25 0.0025) ("aboard" 3993 25 0.0025) ("conductor" 3994 25 0.0025) ("harm" 3995 25 0.0025) ("wally" 3996 25 0.0025) ("pittsburgh" 3997 25 0.0025) ("amateur" 3998 25 0.0025) ("breaking" 3999 25 0.0025) ("terror" 4000 25 0.0025) ("cancer" 4001 25 0.0025) ("shelters" 4002 25 0.0025) ("pressing" 4003 25 0.0025) ("exhibit" 4004 25 0.0025) ("suits" 4005 25 0.0025) ("partially" 4006 25 0.0025) ("blanche" 4007 25 0.0025) ("patrol" 4008 25 0.0025) ("generous" 4009 25 0.0025) ("applications" 4010 25 0.0025) ("evidently" 4011 25 0.0025) ("attacked" 4012 25 0.0025) ("northwest" 4013 25 0.0025) ("magnetic" 4014 25 0.0025) ("tim" 4015 25 0.0025) ("adult" 4016 25 0.0025) ("demonstration" 4017 25 0.0025) ("hired" 4018 25 0.0025) ("attached" 4019 25 0.0025) ("faint" 4020 25 0.0025) ("drivers" 4021 25 0.0025) ("trading" 4022 25 0.0025) ("dealer" 4023 25 0.0025) ("coverage" 4024 25 0.0025) ("vivid" 4025 25 0.0025) ("woods" 4026 25 0.0025) ("pile" 4027 25 0.0025) ("flexible" 4028 25 0.0025) ("pulling" 4029 25 0.0025) ("grateful" 4030 25 0.0025) ("correspondence" 4031 25 0.0025) ("carolina" 4032 25 0.0025) ("conferences" 4033 25 0.0025) ("marginal" 4034 25 0.0025) ("rational" 4035 25 0.0025) ("painful" 4036 25 0.0025) ("proceeded" 4037 25 0.0025) ("cents" 4038 25 0.0025) ("impressions" 4039 25 0.0025) ("fortune" 4040 25 0.0025) ("glanced" 4041 25 0.0025) ("ritual" 4042 25 0.0025) ("wildly" 4043 25 0.0025) ("vague" 4044 25 0.0025) ("responsibilities" 4045 25 0.0025) ("pupils" 4046 25 0.0025) ("approaches" 4047 25 0.0025) ("vein" 4048 25 0.0025) ("operational" 4049 25 0.0025) ("honey" 4050 25 0.0025) ("lonely" 4051 25 0.0025) ("fist" 4052 25 0.0025) ("component" 4053 25 0.0025) ("magazines" 4054 25 0.0025) ("continually" 4055 25 0.0025) ("observe" 4056 25 0.0025) ("destructive" 4057 25 0.0025) ("lands" 4058 25 0.0025) ("twenty" 4059 -five 25 0.0025) ("exposure" 4060 25 0.0025) ("fog" 4061 25 0.0025) ("devil" 4062 25 0.0025) ("cigarette" 4063 25 0.0025) ("marshal" 4064 25 0.0025) ("continuity" 4065 25 0.0025) ("yours" 4066 25 0.0025) ("disk" 4067 25 0.0025) ("subtle" 4068 25 0.0025) ("reflect" 4069 25 0.0025) ("transformed" 4070 25 0.0025) ("pond" 4071 25 0.0025) ("structural" 4072 25 0.0025) ("contacts" 4073 25 0.0025) ("saddle" 4074 25 0.0025) ("detergent" 4075 25 0.0025) ("exploration" 4076 25 0.0025) ("penny" 4077 25 0.0025) ("regiment" 4078 25 0.0025) ("o'banion" 4079 25 0.0025) ("bang" 4080 -Jensen 25 0.0025) ("sba" 4081 25 0.0025) ("yeah" 4082 25 0.0025) ("alec" 4083 25 0.0025) ("barton" 4084 25 0.0025) ("tilghman" 4085 25 0.0025) ("jan" 4086 24 0.0024) ("occupation" 4087 24 0.0024) ("enthusiastic" 4088 24 0.0024) ("entering" 4089 24 0.0024) ("contracts" 4090 24 0.0024) ("insure" 4091 24 0.0024) ("subjected" 4092 24 0.0024) ("absorbed" 4093 24 0.0024) ("recommendation" 4094 24 0.0024) ("criminal" 4095 24 0.0024) ("ruling" 4096 24 0.0024) ("qualified" 4097 24 0.0024) ("backed" 4098 24 0.0024) ("rank" 4099 24 0.0024) ("realization" 4100 24 0.0024) ("neighboring" 4101 24 0.0024) ("advisory" 4102 24 0.0024) ("full" 4103 -time 24 0.0024) ("undoubtedly" 4104 24 0.0024) ("cited" 4105 24 0.0024) ("draft" 4106 24 0.0024) ("clubs" 4107 24 0.0024) ("managers" 4108 24 0.0024) ("announcement" 4109 24 0.0024) ("democracy" 4110 24 0.0024) ("tractor" 4111 24 0.0024) ("explicit" 4112 24 0.0024) ("honored" 4113 24 0.0024) ("estimates" 4114 24 0.0024) ("biggest" 4115 24 0.0024) ("puerto" 4116 24 0.0024) ("preliminary" 4117 24 0.0024) ("portland" 4118 24 0.0024) ("workshop" 4119 24 0.0024) ("accomplish" 4120 24 0.0024) ("relieved" 4121 24 0.0024) ("coach" 4122 24 0.0024) ("promising" 4123 24 0.0024) ("swing" 4124 24 0.0024) ("academy" 4125 24 0.0024) ("moore" 4126 24 0.0024) ("chances" 4127 24 0.0024) ("reaches" 4128 24 0.0024) ("ford" 4129 24 0.0024) ("masters" 4130 24 0.0024) ("bend" 4131 24 0.0024) ("broadway" 4132 24 0.0024) ("arrive" 4133 24 0.0024) ("mason" 4134 24 0.0024) ("jump" 4135 24 0.0024) ("civilian" 4136 24 0.0024) ("motel" 4137 24 0.0024) ("seated" 4138 24 0.0024) ("prospects" 4139 24 0.0024) ("manufacturing" 4140 24 0.0024) ("heating" 4141 24 0.0024) ("lawyers" 4142 24 0.0024) ("firing" 4143 24 0.0024) ("seized" 4144 24 0.0024) ("prisoners" 4145 24 0.0024) ("slid" 4146 24 0.0024) ("tribute" 4147 24 0.0024) ("expressing" 4148 24 0.0024) ("seventeen" 4149 24 0.0024) ("tail" 4150 24 0.0024) ("factories" 4151 24 0.0024) ("roughly" 4152 24 0.0024) ("depression" 4153 24 0.0024) ("phases" 4154 24 0.0024) ("consisted" 4155 24 0.0024) ("weekly" 4156 24 0.0024) ("charming" 4157 24 0.0024) ("assembled" 4158 24 0.0024) ("functional" 4159 24 0.0024) ("mexican" 4160 24 0.0024) ("exclusively" 4161 24 0.0024) ("leather" 4162 24 0.0024) ("nearest" 4163 24 0.0024) ("tended" 4164 24 0.0024) ("employee" 4165 24 0.0024) ("aimed" 4166 24 0.0024) ("specimen" 4167 24 0.0024) ("forgive" 4168 24 0.0024) ("barrel" 4169 24 0.0024) ("declaration" 4170 24 0.0024) ("angels" 4171 24 0.0024) ("scarcely" 4172 24 0.0024) ("access" 4173 24 0.0024) ("illustration" 4174 24 0.0024) ("cheap" 4175 24 0.0024) ("wholly" 4176 24 0.0024) ("whisky" 4177 24 0.0024) ("realism" 4178 24 0.0024) ("utopia" 4179 24 0.0024) ("meaningful" 4180 24 0.0024) ("bore" 4181 24 0.0024) ("nervous" 4182 24 0.0024) ("interpreted" 4183 24 0.0024) ("desires" 4184 24 0.0024) ("wishes" 4185 24 0.0024) ("brave" 4186 24 0.0024) ("automobiles" 4187 24 0.0024) ("accurately" 4188 24 0.0024) ("actor" 4189 24 0.0024) ("narrative" 4190 24 0.0024) ("cycle" 4191 24 0.0024) ("stupid" 4192 24 0.0024) ("categories" 4193 24 0.0024) ("astronomy" 4194 24 0.0024) ("mathematical" 4195 24 0.0024) ("peas" 4196 24 0.0024) ("rigid" 4197 24 0.0024) ("drug" 4198 24 0.0024) ("zero" 4199 24 0.0024) ("tubes" 4200 24 0.0024) ("lb" 4201 24 0.0024) ("norms" 4202 24 0.0024) ("sitter" 4203 24 0.0024) ("wines" 4204 24 0.0024) ("diffusion" 4205 24 0.0024) ("authors" 4206 24 0.0024) ("theresa" 4207 24 0.0024) ("registration" 4208 23 0.0023) ("taxpayers" 4209 23 0.0023) ("registered" 4210 23 0.0023) ("amendment" 4211 23 0.0023) ("agriculture" 4212 23 0.0023) ("midnight" 4213 23 0.0023) ("anticipated" 4214 23 0.0023) ("savings" 4215 23 0.0023) ("thinks" 4216 23 0.0023) ("discrimination" 4217 23 0.0023) ("monthly" 4218 23 0.0023) ("originally" 4219 23 0.0023) ("children's" 4220 23 0.0023) ("attending" 4221 23 0.0023) ("regime" 4222 23 0.0023) ("channels" 4223 23 0.0023) ("encouraging" 4224 23 0.0023) ("gen" 4225 23 0.0023) ("compete" 4226 23 0.0023) ("luncheon" 4227 23 0.0023) ("orange" 4228 23 0.0023) ("colleagues" 4229 23 0.0023) ("historic" 4230 23 0.0023) ("governmental" 4231 23 0.0023) ("settle" 4232 23 0.0023) ("dedicated" 4233 23 0.0023) ("douglas" 4234 23 0.0023) ("memorial" 4235 23 0.0023) ("circuit" 4236 23 0.0023) ("beliefs" 4237 23 0.0023) ("stressed" 4238 23 0.0023) ("strategic" 4239 23 0.0023) ("eighth" 4240 23 0.0023) ("pete" 4241 23 0.0023) ("champion" 4242 23 0.0023) ("bombers" 4243 23 0.0023) ("casey" 4244 23 0.0023) ("bobby" 4245 23 0.0023) ("bowl" 4246 23 0.0023) ("maryland" 4247 23 0.0023) ("controlling" 4248 23 0.0023) ("don" 4249 23 0.0023) ("bases" 4250 23 0.0023) ("giants" 4251 23 0.0023) ("hearts" 4252 23 0.0023) ("ruth" 4253 23 0.0023) ("teams" 4254 23 0.0023) ("crystal" 4255 23 0.0023) ("tie" 4256 23 0.0023) ("harder" 4257 23 0.0023) ("expectations" 4258 23 0.0023) ("heights" 4259 23 0.0023) ("westminster" 4260 23 0.0023) ("flower" 4261 23 0.0023) ("jean" 4262 23 0.0023) ("suggestions" 4263 23 0.0023) ("furnished" 4264 23 0.0023) ("ah" 4265 23 0.0023) ("adults" 4266 23 0.0023) ("chairs" 4267 23 0.0023) ("worn" 4268 23 0.0023) ("dances" 4269 23 0.0023) ("arrival" 4270 23 0.0023) ("burns" 4271 23 0.0023) ("resumed" 4272 23 0.0023) ("ultimately" 4273 23 0.0023) ("cleared" 4274 23 0.0023) ("sharing" 4275 23 0.0023) ("killing" 4276 23 0.0023) ("rifles" 4277 23 0.0023) ("category" 4278 23 0.0023) ("madison" 4279 23 0.0023) ("sheep" 4280 23 0.0023) ("assessment" 4281 23 0.0023) ("farmer" 4282 23 0.0023) ("insects" 4283 23 0.0023) ("incredible" 4284 23 0.0023) ("dive" 4285 23 0.0023) ("spare" 4286 23 0.0023) ("attempting" 4287 23 0.0023) ("gin" 4288 23 0.0023) ("manufacturer" 4289 23 0.0023) ("lift" 4290 23 0.0023) ("heels" 4291 23 0.0023) ("plates" 4292 23 0.0023) ("eighteenth" 4293 23 0.0023) ("hollywood" 4294 23 0.0023) ("stern" 4295 23 0.0023) ("noble" 4296 23 0.0023) ("stuck" 4297 23 0.0023) ("musician" 4298 23 0.0023) ("select" 4299 23 0.0023) ("justified" 4300 23 0.0023) ("giant" 4301 23 0.0023) ("sink" 4302 23 0.0023) ("unexpected" 4303 23 0.0023) ("hungry" 4304 23 0.0023) ("fraction" 4305 23 0.0023) ("protest" 4306 23 0.0023) ("variations" 4307 23 0.0023) ("cabin" 4308 23 0.0023) ("generations" 4309 23 0.0023) ("wake" 4310 23 0.0023) ("craft" 4311 23 0.0023) ("plug" 4312 23 0.0023) ("continuously" 4313 23 0.0023) ("sentiment" 4314 23 0.0023) ("reflects" 4315 23 0.0023) ("civic" 4316 23 0.0023) ("searching" 4317 23 0.0023) ("cat" 4318 23 0.0023) ("grades" 4319 23 0.0023) ("brown's" 4320 23 0.0023) ("exercises" 4321 23 0.0023) ("lock" 4322 23 0.0023) ("trace" 4323 23 0.0023) ("lighting" 4324 23 0.0023) ("sweat" 4325 23 0.0023) ("publications" 4326 23 0.0023) ("victor" 4327 23 0.0023) ("refrigerator" 4328 23 0.0023) ("enable" 4329 23 0.0023) ("rocks" 4330 23 0.0023) ("substances" 4331 23 0.0023) ("relevant" 4332 23 0.0023) ("tennessee" 4333 23 0.0023) ("belly" 4334 23 0.0023) ("radar" 4335 23 0.0023) ("deck" 4336 23 0.0023) ("souls" 4337 23 0.0023) ("genius" 4338 23 0.0023) ("curiosity" 4339 23 0.0023) ("boating" 4340 23 0.0023) ("degrees" 4341 23 0.0023) ("oxidation" 4342 23 0.0023) ("hurried" 4343 23 0.0023) ("assumptions" 4344 23 0.0023) ("empirical" 4345 23 0.0023) ("excited" 4346 23 0.0023) ("habit" 4347 23 0.0023) ("lengths" 4348 23 0.0023) ("imitation" 4349 23 0.0023) ("ma" 4350 23 0.0023) ("displacement" 4351 23 0.0023) ("plaster" 4352 23 0.0023) ("fibers" 4353 23 0.0023) ("inventory" 4354 23 0.0023) ("sixties" 4355 23 0.0023) ("wounded" 4356 23 0.0023) ("whispered" 4357 23 0.0023) ("fogg" 4358 23 0.0023) ("anti" 4359 -Semitism 23 0.0023) ("happiness" 4360 23 0.0023) ("maggie" 4361 23 0.0023) ("quiney" 4362 23 0.0023) ("spencer" 4363 23 0.0023) ("substrate" 4364 23 0.0023) ("pip" 4365 23 0.0023) ("ambiguous" 4366 22 0.0022) ("recommendations" 4367 22 0.0022) ("servants" 4368 22 0.0022) ("warned" 4369 22 0.0022) ("traveled" 4370 22 0.0022) ("congressional" 4371 22 0.0022) ("miller" 4372 22 0.0022) ("obligations" 4373 22 0.0022) ("sponsor" 4374 22 0.0022) ("complained" 4375 22 0.0022) ("expects" 4376 22 0.0022) ("gulf" 4377 22 0.0022) ("physics" 4378 22 0.0022) ("relatives" 4379 22 0.0022) ("morris" 4380 22 0.0022) ("capitol" 4381 22 0.0022) ("carries" 4382 22 0.0022) ("rehabilitation" 4383 22 0.0022) ("voluntary" 4384 22 0.0022) ("troubles" 4385 22 0.0022) ("appreciation" 4386 22 0.0022) ("attacks" 4387 22 0.0022) ("suited" 4388 22 0.0022) ("earliest" 4389 22 0.0022) ("trucks" 4390 22 0.0022) ("retained" 4391 22 0.0022) ("strategy" 4392 22 0.0022) ("posts" 4393 22 0.0022) ("passenger" 4394 22 0.0022) ("intentions" 4395 22 0.0022) ("bid" 4396 22 0.0022) ("conspiracy" 4397 22 0.0022) ("investigations" 4398 22 0.0022) ("uncertain" 4399 22 0.0022) ("overseas" 4400 22 0.0022) ("adding" 4401 22 0.0022) ("loyalty" 4402 22 0.0022) ("patience" 4403 22 0.0022) ("ralph" 4404 22 0.0022) ("empire" 4405 22 0.0022) ("miami" 4406 22 0.0022) ("exhibition" 4407 22 0.0022) ("hits" 4408 22 0.0022) ("pitch" 4409 22 0.0022) ("plate" 4410 22 0.0022) ("palm" 4411 22 0.0022) ("triumph" 4412 22 0.0022) ("baltimore" 4413 22 0.0022) ("doubtful" 4414 22 0.0022) ("statistics" 4415 22 0.0022) ("spectacular" 4416 22 0.0022) ("sighed" 4417 22 0.0022) ("balanced" 4418 22 0.0022) ("respects" 4419 22 0.0022) ("nerves" 4420 22 0.0022) ("dealt" 4421 22 0.0022) ("shouldn't" 4422 22 0.0022) ("engagement" 4423 22 0.0022) ("woman's" 4424 22 0.0022) ("vienna" 4425 22 0.0022) ("merchants" 4426 22 0.0022) ("aunt" 4427 22 0.0022) ("altered" 4428 22 0.0022) ("valid" 4429 22 0.0022) ("ambassador" 4430 22 0.0022) ("auto" 4431 22 0.0022) ("elaine" 4432 22 0.0022) ("blues" 4433 22 0.0022) ("convenient" 4434 22 0.0022) ("loaded" 4435 22 0.0022) ("di" 4436 22 0.0022) ("gang" 4437 22 0.0022) ("regularly" 4438 22 0.0022) ("autumn" 4439 22 0.0022) ("moderate" 4440 22 0.0022) ("surrender" 4441 22 0.0022) ("chiefly" 4442 22 0.0022) ("chart" 4443 22 0.0022) ("resist" 4444 22 0.0022) ("architect" 4445 22 0.0022) ("weren't" 4446 22 0.0022) ("america's" 4447 22 0.0022) ("rhythm" 4448 22 0.0022) ("ownership" 4449 22 0.0022) ("participate" 4450 22 0.0022) ("totally" 4451 22 0.0022) ("tip" 4452 22 0.0022) ("belongs" 4453 22 0.0022) ("panic" 4454 22 0.0022) ("shell" 4455 22 0.0022) ("capabilities" 4456 22 0.0022) ("substitute" 4457 22 0.0022) ("wealth" 4458 22 0.0022) ("savage" 4459 22 0.0022) ("occasions" 4460 22 0.0022) ("racing" 4461 22 0.0022) ("describes" 4462 22 0.0022) ("mess" 4463 22 0.0022) ("successes" 4464 22 0.0022) ("grows" 4465 22 0.0022) ("sticks" 4466 22 0.0022) ("backward" 4467 22 0.0022) ("desperately" 4468 22 0.0022) ("hide" 4469 22 0.0022) ("implications" 4470 22 0.0022) ("fault" 4471 22 0.0022) ("aristotle" 4472 22 0.0022) ("lo" 4473 22 0.0022) ("casual" 4474 22 0.0022) ("sandburg" 4475 22 0.0022) ("freely" 4476 22 0.0022) ("laughter" 4477 22 0.0022) ("destiny" 4478 22 0.0022) ("drinks" 4479 22 0.0022) ("motive" 4480 22 0.0022) ("targets" 4481 22 0.0022) ("thrust" 4482 22 0.0022) ("sphere" 4483 22 0.0022) ("novels" 4484 22 0.0022) ("melting" 4485 22 0.0022) ("formulas" 4486 22 0.0022) ("unfortunate" 4487 22 0.0022) ("joke" 4488 22 0.0022) ("uneasy" 4489 22 0.0022) ("arbitrary" 4490 22 0.0022) ("reliable" 4491 22 0.0022) ("possessed" 4492 22 0.0022) ("eliminated" 4493 22 0.0022) ("fortunate" 4494 22 0.0022) ("meanings" 4495 22 0.0022) ("bother" 4496 22 0.0022) ("insight" 4497 22 0.0022) ("preparing" 4498 22 0.0022) ("steadily" 4499 22 0.0022) ("forests" 4500 22 0.0022) ("hen" 4501 22 0.0022) ("physiological" 4502 22 0.0022) ("planets" 4503 22 0.0022) ("alaska" 4504 22 0.0022) ("frequency" 4505 22 0.0022) ("tire" 4506 22 0.0022) ("dressing" 4507 22 0.0022) ("economical" 4508 22 0.0022) ("herd" 4509 22 0.0022) ("anglo" 4510 -Saxon 22 0.0022) ("soap" 4511 22 0.0022) ("yelled" 4512 22 0.0022) ("middle" 4513 -class 22 0.0022) ("alienation" 4514 22 0.0022) ("sampling" 4515 22 0.0022) ("refund" 4516 22 0.0022) ("hypothalamic" 4517 22 0.0022) ("foams" 4518 22 0.0022) ("skyros" 4519 22 0.0022) ("bobbie" 4520 22 0.0022) ("deegan" 4521 22 0.0022) ("merger" 4522 21 0.0021) ("jail" 4523 21 0.0021) ("witnesses" 4524 21 0.0021) ("saving" 4525 21 0.0021) ("delay" 4526 21 0.0021) ("springs" 4527 21 0.0021) ("associate" 4528 21 0.0021) ("startled" 4529 21 0.0021) ("port" 4530 21 0.0021) ("nov" 4531 21 0.0021) ("judges" 4532 21 0.0021) ("questioning" 4533 21 0.0021) ("speeches" 4534 21 0.0021) ("inspection" 4535 21 0.0021) ("acceptable" 4536 21 0.0021) ("detroit" 4537 21 0.0021) ("displayed" 4538 21 0.0021) ("cope" 4539 21 0.0021) ("pertinent" 4540 21 0.0021) ("procurement" 4541 21 0.0021) ("colonial" 4542 21 0.0021) ("socialist" 4543 21 0.0021) ("screw" 4544 21 0.0021) ("johnston" 4545 21 0.0021) ("hesitated" 4546 21 0.0021) ("respond" 4547 21 0.0021) ("launched" 4548 21 0.0021) ("crises" 4549 21 0.0021) ("michigan" 4550 21 0.0021) ("dynamic" 4551 21 0.0021) ("wagner" 4552 21 0.0021) ("submitted" 4553 21 0.0021) ("forming" 4554 21 0.0021) ("rico" 4555 21 0.0021) ("surrounded" 4556 21 0.0021) ("keeps" 4557 21 0.0021) ("congressman" 4558 21 0.0021) ("dedication" 4559 21 0.0021) ("unlikely" 4560 21 0.0021) ("city's" 4561 21 0.0021) ("accepting" 4562 21 0.0021) ("behalf" 4563 21 0.0021) ("flash" 4564 21 0.0021) ("trends" 4565 21 0.0021) ("philip" 4566 21 0.0021) ("russ" 4567 21 0.0021) ("pitcher" 4568 21 0.0021) ("races" 4569 21 0.0021) ("crossing" 4570 21 0.0021) ("definitely" 4571 21 0.0021) ("loop" 4572 21 0.0021) ("fans" 4573 21 0.0021) ("masses" 4574 21 0.0021) ("vernon" 4575 21 0.0021) ("helpless" 4576 21 0.0021) ("replacement" 4577 21 0.0021) ("ben" 4578 21 0.0021) ("missouri" 4579 21 0.0021) ("despair" 4580 21 0.0021) ("warwick" 4581 21 0.0021) ("stiff" 4582 21 0.0021) ("anniversary" 4583 21 0.0021) ("francis" 4584 21 0.0021) ("luxury" 4585 21 0.0021) ("skirt" 4586 21 0.0021) ("beam" 4587 21 0.0021) ("kay" 4588 21 0.0021) ("colorful" 4589 21 0.0021) ("taylor" 4590 21 0.0021) ("availability" 4591 21 0.0021) ("killer" 4592 21 0.0021) ("joyce" 4593 21 0.0021) ("drawings" 4594 21 0.0021) ("prairie" 4595 21 0.0021) ("suspected" 4596 21 0.0021) ("revolutionary" 4597 21 0.0021) ("governing" 4598 21 0.0021) ("prospective" 4599 21 0.0021) ("profits" 4600 21 0.0021) ("painter" 4601 21 0.0021) ("wheels" 4602 21 0.0021) ("conversion" 4603 21 0.0021) ("defend" 4604 21 0.0021) ("crack" 4605 21 0.0021) ("lucky" 4606 21 0.0021) ("characterized" 4607 21 0.0021) ("winds" 4608 21 0.0021) ("heritage" 4609 21 0.0021) ("computed" 4610 21 0.0021) ("inclined" 4611 21 0.0021) ("lowered" 4612 21 0.0021) ("dishes" 4613 21 0.0021) ("marble" 4614 21 0.0021) ("passengers" 4615 21 0.0021) ("addresses" 4616 21 0.0021) ("john's" 4617 21 0.0021) ("ideological" 4618 21 0.0021) ("monument" 4619 21 0.0021) ("fluid" 4620 21 0.0021) ("shaking" 4621 21 0.0021) ("vermont" 4622 21 0.0021) ("urgent" 4623 21 0.0021) ("pause" 4624 21 0.0021) ("competent" 4625 21 0.0021) ("commodities" 4626 21 0.0021) ("indirect" 4627 21 0.0021) ("ugly" 4628 21 0.0021) ("gentlemen" 4629 21 0.0021) ("belgians" 4630 21 0.0021) ("obliged" 4631 21 0.0021) ("katanga" 4632 21 0.0021) ("respectable" 4633 21 0.0021) ("desert" 4634 21 0.0021) ("displays" 4635 21 0.0021) ("educated" 4636 21 0.0021) ("vacuum" 4637 21 0.0021) ("enjoyment" 4638 21 0.0021) ("theirs" 4639 21 0.0021) ("partisan" 4640 21 0.0021) ("urge" 4641 21 0.0021) ("bullets" 4642 21 0.0021) ("resolved" 4643 21 0.0021) ("diet" 4644 21 0.0021) ("shame" 4645 21 0.0021) ("bold" 4646 21 0.0021) ("certainty" 4647 21 0.0021) ("podger" 4648 21 0.0021) ("cholesterol" 4649 21 0.0021) ("wondering" 4650 21 0.0021) ("verbal" 4651 21 0.0021) ("classification" 4652 21 0.0021) ("wives" 4653 21 0.0021) ("sidewalk" 4654 21 0.0021) ("scared" 4655 21 0.0021) ("melody" 4656 21 0.0021) ("tales" 4657 21 0.0021) ("cromwell" 4658 21 0.0021) ("persuaded" 4659 21 0.0021) ("thorough" 4660 21 0.0021) ("sixty" 4661 21 0.0021) ("breathing" 4662 21 0.0021) ("theoretical" 4663 21 0.0021) ("tale" 4664 21 0.0021) ("envelope" 4665 21 0.0021) ("possession" 4666 21 0.0021) ("summary" 4667 21 0.0021) ("heroic" 4668 21 0.0021) ("shining" 4669 21 0.0021) ("intimate" 4670 21 0.0021) ("traditions" 4671 21 0.0021) ("habits" 4672 21 0.0021) ("dare" 4673 21 0.0021) ("neat" 4674 21 0.0021) ("milligrams" 4675 21 0.0021) ("protein" 4676 21 0.0021) ("punishment" 4677 21 0.0021) ("stumbled" 4678 21 0.0021) ("reverend" 4679 21 0.0021) ("mode" 4680 21 0.0021) ("glory" 4681 21 0.0021) ("reveals" 4682 21 0.0021) ("shu" 4683 21 0.0021) ("planet" 4684 21 0.0021) ("rent" 4685 21 0.0021) ("intermediate" 4686 21 0.0021) ("nuts" 4687 21 0.0021) ("circular" 4688 21 0.0021) ("particle" 4689 21 0.0021) ("garage" 4690 21 0.0021) ("linear" 4691 21 0.0021) ("patient's" 4692 21 0.0021) ("smart" 4693 21 0.0021) ("faulkner" 4694 21 0.0021) ("complement" 4695 21 0.0021) ("mate" 4696 21 0.0021) ("telegraph" 4697 21 0.0021) ("tsunami" 4698 21 0.0021) ("bridget" 4699 21 0.0021) ("planetary" 4700 21 0.0021) ("occurring" 4701 21 0.0021) ("keith" 4702 21 0.0021) ("mars" 4703 21 0.0021) ("utopian" 4704 21 0.0021) ("steele" 4705 21 0.0021) ("rang" 4706 21 0.0021) ("maude" 4707 21 0.0021) ("hoag" 4708 21 0.0021) ("b'dikkat" 4709 21 0.0021) ("allen" 4710 20 0.0020) ("voters" 4711 20 0.0020) ("legislators" 4712 20 0.0020) ("orderly" 4713 20 0.0020) ("receives" 4714 20 0.0020) ("adjustments" 4715 20 0.0020) ("repair" 4716 20 0.0020) ("votes" 4717 20 0.0020) ("sheriff" 4718 20 0.0020) ("enforced" 4719 20 0.0020) ("el" 4720 20 0.0020) ("stake" 4721 20 0.0020) ("feb" 4722 20 0.0020) ("border" 4723 20 0.0020) ("solve" 4724 20 0.0020) ("underlying" 4725 20 0.0020) ("observers" 4726 20 0.0020) ("quarrel" 4727 20 0.0020) ("cape" 4728 20 0.0020) ("grants" 4729 20 0.0020) ("illness" 4730 20 0.0020) ("hospitals" 4731 20 0.0020) ("confirmed" 4732 20 0.0020) ("treaty" 4733 20 0.0020) ("ad" 4734 20 0.0020) ("alliance" 4735 20 0.0020) ("submarines" 4736 20 0.0020) ("disposal" 4737 20 0.0020) ("dominated" 4738 20 0.0020) ("intervention" 4739 20 0.0020) ("negotiations" 4740 20 0.0020) ("sailing" 4741 20 0.0020) ("residents" 4742 20 0.0020) ("bet" 4743 20 0.0020) ("conditioned" 4744 20 0.0020) ("greeted" 4745 20 0.0020) ("basically" 4746 20 0.0020) ("expanded" 4747 20 0.0020) ("emphasize" 4748 20 0.0020) ("manhattan" 4749 20 0.0020) ("aroused" 4750 20 0.0020) ("temporarily" 4751 20 0.0020) ("mathematics" 4752 20 0.0020) ("explains" 4753 20 0.0020) ("puts" 4754 20 0.0020) ("tactics" 4755 20 0.0020) ("decent" 4756 20 0.0020) ("ranks" 4757 20 0.0020) ("trim" 4758 20 0.0020) ("donald" 4759 20 0.0020) ("inc" 4760 20 0.0020) ("hotels" 4761 20 0.0020) ("parks" 4762 20 0.0020) ("injured" 4763 20 0.0020) ("rush" 4764 20 0.0020) ("compromise" 4765 20 0.0020) ("pioneer" 4766 20 0.0020) ("ninth" 4767 20 0.0020) ("purchased" 4768 20 0.0020) ("strongest" 4769 20 0.0020) ("grabbed" 4770 20 0.0020) ("florida" 4771 20 0.0020) ("physically" 4772 20 0.0020) ("clock" 4773 20 0.0020) ("splendid" 4774 20 0.0020) ("strikes" 4775 20 0.0020) ("grip" 4776 20 0.0020) ("guys" 4777 20 0.0020) ("buck" 4778 20 0.0020) ("arnold" 4779 20 0.0020) ("tournament" 4780 20 0.0020) ("invitation" 4781 20 0.0020) ("loud" 4782 20 0.0020) ("fitted" 4783 20 0.0020) ("boss" 4784 20 0.0020) ("mercy" 4785 20 0.0020) ("chapel" 4786 20 0.0020) ("promises" 4787 20 0.0020) ("bundle" 4788 20 0.0020) ("clothing" 4789 20 0.0020) ("slim" 4790 20 0.0020) ("improvements" 4791 20 0.0020) ("secrets" 4792 20 0.0020) ("hidden" 4793 20 0.0020) ("converted" 4794 20 0.0020) ("gather" 4795 20 0.0020) ("crash" 4796 20 0.0020) ("retail" 4797 20 0.0020) ("guided" 4798 20 0.0020) ("brushed" 4799 20 0.0020) ("crop" 4800 20 0.0020) ("newer" 4801 20 0.0020) ("warrant" 4802 20 0.0020) ("supplement" 4803 20 0.0020) ("thereafter" 4804 20 0.0020) ("foil" 4805 20 0.0020) ("notable" 4806 20 0.0020) ("pipe" 4807 20 0.0020) ("likes" 4808 20 0.0020) ("struggling" 4809 20 0.0020) ("cream" 4810 20 0.0020) ("indication" 4811 20 0.0020) ("tones" 4812 20 0.0020) ("cafe" 4813 20 0.0020) ("hasn't" 4814 20 0.0020) ("trap" 4815 20 0.0020) ("figured" 4816 20 0.0020) ("abel" 4817 20 0.0020) ("reactionary" 4818 20 0.0020) ("tent" 4819 20 0.0020) ("blonde" 4820 20 0.0020) ("lobby" 4821 20 0.0020) ("renaissance" 4822 20 0.0020) ("responded" 4823 20 0.0020) ("founded" 4824 20 0.0020) ("fantastic" 4825 20 0.0020) ("vs" 4826 20 0.0020) ("binding" 4827 20 0.0020) ("lean" 4828 20 0.0020) ("landscape" 4829 20 0.0020) ("amazing" 4830 20 0.0020) ("alike" 4831 20 0.0020) ("passages" 4832 20 0.0020) ("reporter" 4833 20 0.0020) ("cooperative" 4834 20 0.0020) ("alabama" 4835 20 0.0020) ("happily" 4836 20 0.0020) ("shadows" 4837 20 0.0020) ("rises" 4838 20 0.0020) ("fortunately" 4839 20 0.0020) ("endless" 4840 20 0.0020) ("minority" 4841 20 0.0020) ("overwhelming" 4842 20 0.0020) ("jungle" 4843 20 0.0020) ("convictions" 4844 20 0.0020) ("nest" 4845 20 0.0020) ("fascinating" 4846 20 0.0020) ("accordance" 4847 20 0.0020) ("motives" 4848 20 0.0020) ("listeners" 4849 20 0.0020) ("distinctive" 4850 20 0.0020) ("tooth" 4851 20 0.0020) ("attain" 4852 20 0.0020) ("styles" 4853 20 0.0020) ("bones" 4854 20 0.0020) ("wit" 4855 20 0.0020) ("solely" 4856 20 0.0020) ("socialism" 4857 20 0.0020) ("grains" 4858 20 0.0020) ("sixteen" 4859 20 0.0020) ("hatred" 4860 20 0.0020) ("creatures" 4861 20 0.0020) ("biological" 4862 20 0.0020) ("poverty" 4863 20 0.0020) ("twentieth" 4864 20 0.0020) ("mm" 4865 20 0.0020) ("historians" 4866 20 0.0020) ("manage" 4867 20 0.0020) ("authentic" 4868 20 0.0020) ("laura" 4869 20 0.0020) ("dolores" 4870 20 0.0020) ("leaped" 4871 20 0.0020) ("doc" 4872 20 0.0020) ("transformation" 4873 20 0.0020) ("theories" 4874 20 0.0020) ("worries" 4875 20 0.0020) ("merchant" 4876 20 0.0020) ("christ's" 4877 20 0.0020) ("bc" 4878 20 0.0020) ("anyhow" 4879 20 0.0020) ("relating" 4880 20 0.0020) ("probabilities" 4881 20 0.0020) ("impulse" 4882 20 0.0020) ("package" 4883 20 0.0020) ("pupil" 4884 20 0.0020) ("anticipation" 4885 20 0.0020) ("slide" 4886 20 0.0020) ("fractions" 4887 20 0.0020) ("cathy" 4888 20 0.0020) ("boots" 4889 20 0.0020) ("sauce" 4890 20 0.0020) ("mustard" 4891 20 0.0020) ("michelangelo" 4892 20 0.0020) ("invention" 4893 20 0.0020) ("cheek" 4894 20 0.0020) ("awake" 4895 20 0.0020) ("assessors" 4896 20 0.0020) ("pursue" 4897 20 0.0020) ("peered" 4898 20 0.0020) ("crawled" 4899 20 0.0020) ("nude" 4900 20 0.0020) ("okay" 4901 20 0.0020) ("borden" 4902 20 0.0020) ("plato" 4903 20 0.0020) ("oedipus" 4904 20 0.0020) ("lungs" 4905 20 0.0020) ("input" 4906 20 0.0020) ("suitcase" 4907 20 0.0020) ("bod" 4908 20 0.0020) ("freddy" 4909 20 0.0020) ("airport" 4910 19 0.0019) ("gov" 4911 19 0.0019) ("rob" 4912 19 0.0019) ("consistently" 4913 19 0.0019) ("policeman" 4914 19 0.0019) ("folks" 4915 19 0.0019) ("underground" 4916 19 0.0019) ("remainder" 4917 19 0.0019) ("arrest" 4918 19 0.0019) ("whereby" 4919 19 0.0019) ("imposed" 4920 19 0.0019) ("discharge" 4921 19 0.0019) ("avoided" 4922 19 0.0019) ("cuban" 4923 19 0.0019) ("arkansas" 4924 19 0.0019) ("notte" 4925 19 0.0019) ("enforcement" 4926 19 0.0019) ("commissioner" 4927 19 0.0019) ("appeals" 4928 19 0.0019) ("supervision" 4929 19 0.0019) ("interviews" 4930 19 0.0019) ("tangible" 4931 19 0.0019) ("politicians" 4932 19 0.0019) ("elementary" 4933 19 0.0019) ("respective" 4934 19 0.0019) ("stresses" 4935 19 0.0019) ("directors" 4936 19 0.0019) ("continental" 4937 19 0.0019) ("filing" 4938 19 0.0019) ("males" 4939 19 0.0019) ("guards" 4940 19 0.0019) ("vincent" 4941 19 0.0019) ("salem" 4942 19 0.0019) ("lodge" 4943 19 0.0019) ("specialists" 4944 19 0.0019) ("wiped" 4945 19 0.0019) ("slender" 4946 19 0.0019) ("snapped" 4947 19 0.0019) ("string" 4948 19 0.0019) ("whip" 4949 19 0.0019) ("ray" 4950 19 0.0019) ("achievements" 4951 19 0.0019) ("span" 4952 19 0.0019) ("drank" 4953 19 0.0019) ("fathers" 4954 19 0.0019) ("stroke" 4955 19 0.0019) ("frederick" 4956 19 0.0019) ("addressed" 4957 19 0.0019) ("ethics" 4958 19 0.0019) ("toast" 4959 19 0.0019) ("lover" 4960 19 0.0019) ("calif" 4961 19 0.0019) ("solved" 4962 19 0.0019) ("theology" 4963 19 0.0019) ("crown" 4964 19 0.0019) ("convenience" 4965 19 0.0019) ("men's" 4966 19 0.0019) ("victims" 4967 19 0.0019) ("brick" 4968 19 0.0019) ("arrested" 4969 19 0.0019) ("cottage" 4970 19 0.0019) ("lid" 4971 19 0.0019) ("packed" 4972 19 0.0019) ("lacked" 4973 19 0.0019) ("condemned" 4974 19 0.0019) ("documents" 4975 19 0.0019) ("corporate" 4976 19 0.0019) ("eve" 4977 19 0.0019) ("entries" 4978 19 0.0019) ("wildlife" 4979 19 0.0019) ("livestock" 4980 19 0.0019) ("youngsters" 4981 19 0.0019) ("businesses" 4982 19 0.0019) ("attract" 4983 19 0.0019) ("companion" 4984 19 0.0019) ("rid" 4985 19 0.0019) ("shipping" 4986 19 0.0019) ("earnings" 4987 19 0.0019) ("makers" 4988 19 0.0019) ("gains" 4989 19 0.0019) ("venture" 4990 19 0.0019) ("affects" 4991 19 0.0019) ("demanding" 4992 19 0.0019) ("delivery" 4993 19 0.0019) ("allows" 4994 19 0.0019) ("toes" 4995 19 0.0019) ("loves" 4996 19 0.0019) ("mexico" 4997 19 0.0019) ("ham" 4998 19 0.0019) ("label" 4999 19 0.0019) ("ladder" 5000 19 0.0019) ("dreamed" 5001 19 0.0019)) "List of words with their usage frequences from Brown Corpus.") (defun wordfreq-find (word) "Return WORD's frequency parameters. List of 4 elements - word itself, freq number, number of occurances, percentage." (assoc (downcase word) wordfreq-words)) (provide 'wordfreq) ;;; wordfreq.el ends here